mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 13:48:58 -05:00
fix: update test configuration to exclude .next directory from testing (#7334)
This commit is contained in:
committed by
GitHub
parent
219883266c
commit
0636989d67
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
test: {
|
||||
environment: "node",
|
||||
environmentMatchGlobs: [["**/*.test.tsx", "jsdom"]],
|
||||
exclude: ["playwright/**", "node_modules/**"],
|
||||
exclude: ["playwright/**", "node_modules/**", ".next/**"],
|
||||
setupFiles: ["./vitestSetup.ts"],
|
||||
env: loadEnv("", process.cwd(), ""),
|
||||
coverage: {
|
||||
|
||||
Reference in New Issue
Block a user