mirror of https://github.com/waku-org/js-waku.git
test: use `esnext` for NodeJS tests
This commit is contained in:
parent
74d7bb90c7
commit
1b85373472
|
@ -48,7 +48,7 @@
|
|||
"check:spelling": "cspell \"{README.md,{tests,src}/**/*.ts}\"",
|
||||
"check:tsc": "tsc -p tsconfig.dev.json",
|
||||
"test": "run-s test:*",
|
||||
"test:node": "TS_NODE_PROJECT=./tsconfig.json mocha",
|
||||
"test:node": "TS_NODE_PROJECT=./tsconfig.dev.json mocha",
|
||||
"reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue