mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06:01 +00:00
fix bun picking up e2e tests
This commit is contained in:
@@ -4,6 +4,7 @@ const baseUrl = process.env.TEST_URL || "http://localhost:28623";
|
|||||||
const startCommand = process.env.TEST_START_COMMAND || "bun run dev";
|
const startCommand = process.env.TEST_START_COMMAND || "bun run dev";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
testMatch: "**/*.e2e-spec.ts",
|
||||||
testDir: "./e2e",
|
testDir: "./e2e",
|
||||||
fullyParallel: true,
|
fullyParallel: true,
|
||||||
forbidOnly: !!process.env.CI,
|
forbidOnly: !!process.env.CI,
|
||||||
|
|||||||
Reference in New Issue
Block a user