Skip to content

Commit 9a1860f

Browse files
committed
Browser
1 parent 11e1bb6 commit 9a1860f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/browserIntegrationTest.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for (const browserType of browsers) {
2828

2929
await page.setContent(`
3030
<html>
31-
<script>${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
31+
<script type="module">${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
3232
</html>
3333
`);
3434

0 commit comments

Comments
 (0)