Skip to content

Commit

Permalink
ensure swizzle unit tests do not prompt for language
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Feb 15, 2024
1 parent 72aa13f commit 08ead5c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ async function createTestSite() {
wrap: true,
danger: true,
typescript,
javascript: !typescript,
});
}

Expand All @@ -129,6 +130,7 @@ async function createTestSite() {
eject: true,
danger: true,
typescript,
javascript: !typescript,
});
}

Expand Down

0 comments on commit 08ead5c

Please sign in to comment.