Skip to content

Commit b92d4db

Browse files
committed
Fix build of tests
1 parent aadd3f4 commit b92d4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"build": "npm-run-all build:tsc",
297297
"build:tsc": "tsc --project tsconfig.prod.json && tsc --project tsconfig.prod.esm.json",
298298
"test": "npm-run-all test:node",
299-
"test:node": "mocha",
299+
"test:node": "cd test && npm install && cd .. && mocha",
300300
"clean": "rimraf test-builds bip39 '*.js' '*.js.map' '*.d.ts' '*.d.ts.map' 'src/**/*.js'",
301301
"lint": "eslint",
302302
"lint:fix": "eslint --fix",

0 commit comments

Comments
 (0)