mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Basic e2e test
This commit is contained in:
parent
042fa27519
commit
0c56c3d1f9
4 changed files with 265 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"scripts": {
|
||||
"test": "node --test --experimental-test-module-mocks **/*.spec.js",
|
||||
"test:watch": "node --test --watch --experimental-test-module-mocks **/*.spec.js",
|
||||
"test:e2e": "node --test test/e2e/**/*.e2e.spec.js",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue