From a8bc4d56c7eac1ce868015737621aa98ae4a9b74 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Thu, 17 Apr 2025 15:22:30 +0200 Subject: [PATCH] github actions: test directory issue --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index c4ce48d..85b9906 100644 --- a/test/package.json +++ b/test/package.json @@ -3,7 +3,7 @@ "type": "module", "scripts": { "test": "mocha *.js --exit", - "test:github": "mocha *.js flexsearch.compact.min", + "test:github": "mocha ./*.js flexsearch.compact.min", "test:coverage": "c8 -c ./.c8rc.json mocha ./*.js --exit", "test:keystore": "set NODE_OPTIONS=--max-old-space-size=16000 && c8 -c ./.c8rc.json mocha ./keystore.js --exit", "test:db": "c8 -c ./.c8rc.json mocha ./persistent.*.js --exit",