Skip to content

Commit 4e34e53

Browse files
committed
Added vitest UI command
1 parent 2464d1c commit 4e34e53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"lint:fix": "npm run lint -- --fix",
1616
"start": "remix-serve ./build/server/index.js",
1717
"test": "vitest run",
18+
"test:ui": "vitest --ui --api 9527",
1819
"test:cov": "vitest run --coverage",
1920
"typecheck": "tsc",
2021
"validate": "npm run typecheck && npm run lint && npm run test",

0 commit comments

Comments
 (0)