|
|
|
@ -67,12 +67,10 @@
|
|
|
|
|
"format": "prettier --check --write .",
|
|
|
|
|
"format-fail": "prettier --check .",
|
|
|
|
|
"check": "run-s format-fail build test",
|
|
|
|
|
"test": "run-p --aggregate-output test-unit test-e2e-seq test-init-seq",
|
|
|
|
|
"test": "run-s test-unit test-e2e test-e2e-build test-init test-init-build",
|
|
|
|
|
"test-unit": "vitest run -r __tests__/unit",
|
|
|
|
|
"test-e2e-seq": "run-s test-e2e test-e2e-build",
|
|
|
|
|
"test-e2e": "vitest run -r __tests__/e2e",
|
|
|
|
|
"test-e2e-build": "VITE_TEST_BUILD=1 pnpm test-e2e",
|
|
|
|
|
"test-init-seq": "run-s test-init test-init-build",
|
|
|
|
|
"test-init": "vitest run -r __tests__/init",
|
|
|
|
|
"test-init-build": "VITE_TEST_BUILD=1 pnpm test-init",
|
|
|
|
|
"debug-e2e": "DEBUG=1 vitest -r __tests__/e2e",
|
|
|
|
|