We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadd3f4 commit b92d4dbCopy full SHA for b92d4db
package.json
@@ -296,7 +296,7 @@
296
"build": "npm-run-all build:tsc",
297
"build:tsc": "tsc --project tsconfig.prod.json && tsc --project tsconfig.prod.esm.json",
298
"test": "npm-run-all test:node",
299
- "test:node": "mocha",
+ "test:node": "cd test && npm install && cd .. && mocha",
300
"clean": "rimraf test-builds bip39 '*.js' '*.js.map' '*.d.ts' '*.d.ts.map' 'src/**/*.js'",
301
"lint": "eslint",
302
"lint:fix": "eslint --fix",
0 commit comments