Skip to content

Commit

Permalink
Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed May 7, 2024
1 parent 11e1bb6 commit 9a1860f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/browserIntegrationTest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for (const browserType of browsers) {

await page.setContent(`
<html>
<script>${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
<script type="module">${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
</html>
`);

Expand Down

0 comments on commit 9a1860f

Please sign in to comment.