Merged in chore/ignore-e2e-tests-in-ci (pull request #3285)
chore: ignore e2e tests when running yarn test * chore: ignore e2e tests when running yarn test
This commit is contained in:
@@ -22,5 +22,6 @@ export default defineConfig({
|
|||||||
test: {
|
test: {
|
||||||
environment: "jsdom",
|
environment: "jsdom",
|
||||||
setupFiles: ["./vitest-setup.ts"],
|
setupFiles: ["./vitest-setup.ts"],
|
||||||
|
exclude: ["./tests/e2e/*"],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user