mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix unit tests
This commit is contained in:
parent
8fe228c476
commit
7dd93d490e
2 changed files with 2 additions and 5 deletions
|
|
@ -2,8 +2,8 @@
|
|||
"name": "@aikidosec/safe-chain",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"test": "node --test --experimental-test-module-mocks **/*.spec.js",
|
||||
"test:watch": "node --test --watch --experimental-test-module-mocks **/*.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 ."
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue