mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Make sure all tests are run
This commit is contained in:
parent
24a9cd94e5
commit
956acc4775
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
"name": "@aikidosec/safe-chain",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"test": "node --test --experimental-test-module-mocks src/**/*.spec.js",
|
||||
"test:watch": "node --test --watch --experimental-test-module-mocks src/**/*.spec.js",
|
||||
"test": "node --test --experimental-test-module-mocks 'src/**/*.spec.js'",
|
||||
"test:watch": "node --test --watch --experimental-test-module-mocks 'src/**/*.spec.js'",
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue