mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	feat: Jest Test Runner (#2170)
This commit is contained in:
		
							
								
								
									
										19
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								package.json
									
									
									
									
									
								
							@@ -8,7 +8,9 @@
 | 
			
		||||
    "lint": "lerna run lint --stream",
 | 
			
		||||
    "clean": "lerna run clean --stream",
 | 
			
		||||
    "build": "lerna run build --stream",
 | 
			
		||||
    "docgen": "lerna run docgen --stream"
 | 
			
		||||
    "docgen": "lerna run docgen --stream",
 | 
			
		||||
    "update:check": "npx npm-check-updates --configFileName .ncurc.json",
 | 
			
		||||
    "update:confirm": "npx npm-check-updates --configFileName .ncurc.json -u"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "ripple-address-codec": "file:packages/ripple-address-codec",
 | 
			
		||||
@@ -17,11 +19,12 @@
 | 
			
		||||
    "xrpl": "file:packages/xrpl"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@types/brorand": "^1.0.30",
 | 
			
		||||
    "@types/chai": "^4.2.21",
 | 
			
		||||
    "@types/create-hash": "^1.2.2",
 | 
			
		||||
    "@types/jest": "^29.2.2",
 | 
			
		||||
    "@types/lodash": "^4.14.136",
 | 
			
		||||
    "@types/mocha": "^9.0.0",
 | 
			
		||||
    "@types/node": "^17.0.14",
 | 
			
		||||
    "@types/node": "^14.18.35",
 | 
			
		||||
    "@types/puppeteer": "5.4.6",
 | 
			
		||||
    "@types/ws": "^8.2.0",
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^4.30.0",
 | 
			
		||||
@@ -40,15 +43,15 @@
 | 
			
		||||
    "eslint-plugin-eslint-comments": "^3.2.0",
 | 
			
		||||
    "eslint-plugin-import": "^2.24.1",
 | 
			
		||||
    "eslint-plugin-jsdoc": "^37.1.0",
 | 
			
		||||
    "eslint-plugin-mocha": "^10.0.3",
 | 
			
		||||
    "eslint-plugin-node": "^11.1.0",
 | 
			
		||||
    "eslint-plugin-prettier": "^4.0.0",
 | 
			
		||||
    "eslint-plugin-tsdoc": "^0.2.14",
 | 
			
		||||
    "eventemitter2": "^6.0.0",
 | 
			
		||||
    "expect": "^29.3.1",
 | 
			
		||||
    "https-browserify": "^1.0.0",
 | 
			
		||||
    "jest": "^26.0.1",
 | 
			
		||||
    "jest": "^29.3.1",
 | 
			
		||||
    "jest-mock": "^29.3.1",
 | 
			
		||||
    "lerna": "^4.0.0",
 | 
			
		||||
    "mocha": "^10",
 | 
			
		||||
    "npm-run-all": "^4.1.5",
 | 
			
		||||
    "nyc": "^15",
 | 
			
		||||
    "path-browserify": "1.0.1",
 | 
			
		||||
@@ -59,7 +62,7 @@
 | 
			
		||||
    "source-map-support": "^0.5.16",
 | 
			
		||||
    "stream-browserify": "^3.0.0",
 | 
			
		||||
    "stream-http": "3.2.0",
 | 
			
		||||
    "ts-jest": "^26.4.4",
 | 
			
		||||
    "ts-jest": "^29.0.3",
 | 
			
		||||
    "ts-loader": "^9.2.5",
 | 
			
		||||
    "ts-node": "^10.2.1",
 | 
			
		||||
    "typescript": "^4.4.2",
 | 
			
		||||
@@ -69,7 +72,7 @@
 | 
			
		||||
    "webpack-cli": "^4.2.0"
 | 
			
		||||
  },
 | 
			
		||||
  "workspaces": [
 | 
			
		||||
    "packages/*"
 | 
			
		||||
    "./packages/*"
 | 
			
		||||
  ],
 | 
			
		||||
  "engines": {
 | 
			
		||||
    "node": ">=12.0.0",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user