From 79b4bf09c9af8a21082d14b36f16c5211fc55d19 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Wed, 17 Jul 2024 14:57:30 +0200 Subject: [PATCH] fix: test path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67ef51786..6b7c5b402 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "postpack": "npm run clean", "build": "rspack build", "typecheck": "tsc --noEmit", - "test": "node --test test" + "test": "node --test ./test" }, "devDependencies": { "@biomejs/biome": "1.8.3",