diff --git a/test-e2e/fixtures/index.ts b/test-e2e/fixtures/index.ts index a385e903..3a29358e 100644 --- a/test-e2e/fixtures/index.ts +++ b/test-e2e/fixtures/index.ts @@ -86,7 +86,7 @@ async function waitForDevtoolsInit() { params.set( "preact", active.preact || - preactVersions.find(v => !v.includes("-")) || + preactVersions.find(v => !v.includes("-") && v !== "git") || preactVersions[0], ); params.set("fixtures", active.fixtures || fixtures[0]);