From c1939788a4edc2e3bdb53d0308ca45dd453ac3f3 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Wed, 20 Nov 2024 11:39:24 +0100 Subject: [PATCH] chore(replay): Use `vitest run` for replay test run --- packages/replay-internal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/replay-internal/package.json b/packages/replay-internal/package.json index 624ec4722d2f..e56337e6c0f6 100644 --- a/packages/replay-internal/package.json +++ b/packages/replay-internal/package.json @@ -52,7 +52,7 @@ "fix:eslint": "eslint . --format stylish --fix", "fix:biome": "biome check --apply .", "lint": "eslint . --format stylish", - "test": "vitest", + "test": "vitest run", "test:watch": "vitest --watch", "yalc:publish": "yalc publish --push --sig" },