Skip to content

Commit

Permalink
Add vitest script to package.json (#5219)
Browse files Browse the repository at this point in the history
* Add `vitest` script to package.json

* Remove vitest
  • Loading branch information
ibesora authored Dec 16, 2024
1 parent d325252 commit c92ef21
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 @@ -162,7 +162,7 @@
"start-bench": "run-p watch-css watch-benchmarks start-server",
"lint": "eslint",
"lint-css": "stylelint **/*.css --fix -f verbose",
"test": "run-p lint lint-css test-render vitest",
"test": "run-p lint lint-css test-render test-unit test-integration test-build",
"test-unit": "vitest run --config vitest.config.unit.ts",
"test-unit-ci": "vitest run --config vitest.config.unit.ts --coverage",
"test-integration": "vitest run --config vitest.config.integration.ts",
Expand Down

0 comments on commit c92ef21

Please sign in to comment.