From 82c4dcbe027da65d040241614099cf739ad9b24c Mon Sep 17 00:00:00 2001 From: Ash Vardanian <1983160+ashvardanian@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:18:54 -0800 Subject: [PATCH] Make: Revert test location --- javascript/{test/simsimd.test.js => test.js} | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename javascript/{test/simsimd.test.js => test.js} (100%) 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,