Skip to content

Commit

Permalink
Merge pull request #446 from preactjs/git-default
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Dec 7, 2022
2 parents c84f304 + de2dd5d commit e4dd359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/fixtures/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit e4dd359

Please sign in to comment.