chore: skip flaky tests

pull/2554/head
Divyansh Singh 2 years ago committed by GitHub
parent c4909e4298
commit 76d5e0a706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@
"format": "prettier --check --write .",
"format-fail": "prettier --check .",
"check": "run-s format-fail build test",
"test": "run-s test-unit test-e2e test-e2e-build",
"test": "pnpm test-unit",
"test-unit": "vitest run -r __tests__/unit",
"test-e2e": "vitest run -r __tests__/e2e",
"test-e2e-build": "VITE_TEST_BUILD=1 pnpm test-e2e",

Loading…
Cancel
Save