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

@ -10,9 +10,6 @@ jobs:
name: Run unit tests and linting name: Run unit tests and linting
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: safe-chain
steps: steps:
- name: Checkout code - name: Checkout code

View file

@ -2,8 +2,8 @@
"name": "@aikidosec/safe-chain", "name": "@aikidosec/safe-chain",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"test": "node --test --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 **/*.spec.js", "test:watch": "node --test --watch --experimental-test-module-mocks src/**/*.spec.js",
"lint": "eslint ." "lint": "eslint ."
}, },
"repository": { "repository": {