Skip to content

Commit dc165f3

Browse files
committed
Add failing test
1 parent b63e530 commit dc165f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/browserIntegrationTest.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ for (const browserType of browsers) {
2929
await page.setContent(`
3030
<html>
3131
<script>${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
32+
<script>if (typeof ts.version !== "string") throw new Error("ts.version not set")</script>
3233
</html>
3334
`);
3435

0 commit comments

Comments
 (0)