fix bun picking up e2e tests

This commit is contained in:
dswbx
2025-04-02 20:50:46 +02:00
parent e3628a3dc8
commit 6f92ef7b74
3 changed files with 1 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ const baseUrl = process.env.TEST_URL || "http://localhost:28623";
const startCommand = process.env.TEST_START_COMMAND || "bun run dev";
export default defineConfig({
testMatch: "**/*.e2e-spec.ts",
testDir: "./e2e",
fullyParallel: true,
forbidOnly: !!process.env.CI,