From 797c720b9cf727650ab6dcb98020768d92470209 Mon Sep 17 00:00:00 2001 From: marvin19 Date: Sun, 11 Feb 2024 13:21:52 +0100 Subject: [PATCH] Update test script in package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33f18883..c2b81327 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test:all": "vitest", "test:accessibility": "vitest accessibility --run", "coverage": "vitest --coverage --run", - "test": "echo \"Navigate into an example and run the tests from there!\" && exit 1", + "test": "vitest", "build": "tsc && vite build", "preview": "vite preview" },