diff --git a/javascript/test/simsimd.test.js b/javascript/test.js similarity index 100% rename from javascript/test/simsimd.test.js rename to javascript/test.js diff --git a/package.json b/package.json index 5d5279f0..5b9acf62 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "type": "module", "scripts": { - "test": "node --test ./javascript/test", + "test": "node --test ./javascript/test.js", "bench": "node ./javascript/bench.js" }, "gypfile": true,