From: Daniel Karbach Date: Sun, 22 Jun 2025 08:54:57 +0000 (+0200) Subject: fix vitest runner? X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=0dca0681c4a22f42e093a9198bad7a615e52425e;p=alttp.git fix vitest runner? --- diff --git a/package.json b/package.json index 3d88c83..b51ad97 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "dev": "vite", "build": "vite build", - "test": "vitest --run", + "test": "vitest run", "test-watch": "vitest" }, "devDependencies": {