Fix unit tests

This commit is contained in:
Sander Declerck 2025-08-05 13:37:47 +02:00
parent 8fe228c476
commit 7dd93d490e
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -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": {