From 956acc477547822da28442e0220f9c1565fa0c93 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Tue, 5 Aug 2025 13:43:27 +0200 Subject: [PATCH] Make sure all tests are run --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 89c7277..c269bf7 100644 --- a/package.json +++ b/package.json @@ -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": {