Skip to content

Commit

Permalink
fix: ignore playwright form vitest in it's new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbravo committed May 1, 2024
1 parent 85a6212 commit 7a0db3c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ export default defineConfig({
globals: true,
environment: "happy-dom",
setupFiles: ["./test/setup-test-env.ts"],
exclude: [
...defaultExclude,
"./playwright/*",
"./playwright-tests-examples/*",
],
exclude: [...defaultExclude, "./playwright/tests/*"],
},
});

0 comments on commit 7a0db3c

Please sign in to comment.