Skip to content

Commit 31edd1e

Browse files
committed
chore(replay): Use vitest run for replay test run
1 parent 0aadc9b commit 31edd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"fix:eslint": "eslint . --format stylish --fix",
5353
"fix:biome": "biome check --apply .",
5454
"lint": "eslint . --format stylish",
55-
"test": "vitest",
55+
"test": "vitest run",
5656
"test:watch": "vitest --watch",
5757
"yalc:publish": "yalc publish --push --sig"
5858
},

0 commit comments

Comments
 (0)