Skip to content

Commit

Permalink
chore: disable unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Aug 26, 2024
1 parent cda5fbc commit aad71a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "run-s test-serve test-build",
"test-serve": "vitest run -c vitest.config.e2e.ts",
"test-build": "VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts --no-file-parallelism",
"test-unit": "vitest run",
"test-unit": "",
"test-docs": "pnpm run docs-build",
"debug-serve": "VITE_DEBUG_SERVE=1 vitest run -c vitest.config.e2e.ts",
"debug-build": "VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 vitest run -c vitest.config.e2e.ts --no-file-parallelism",
Expand Down

0 comments on commit aad71a9

Please sign in to comment.