mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
This commit is contained in:
co-authored by
Jake Bailey
parent
45b1e3c254
commit
02132e5b81
@@ -29,6 +29,7 @@ for (const browserType of browsers) {
|
||||
await page.setContent(`
|
||||
<html>
|
||||
<script>${readFileSync(join("built", "local", "typescript.js"), "utf8")}</script>
|
||||
<script>if (typeof ts.version !== "string") throw new Error("ts.version not set")</script>
|
||||
</html>
|
||||
`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user