Check browser compile compatibility in integration tests

This commit is contained in:
mrjvs
2023-12-24 18:02:56 +01:00
parent c00ed69801
commit 0fe2fb40e1
7 changed files with 1087 additions and 1 deletions

11
tests/browser/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Browser integration test</title>
</head>
<body>
<script type="module" src="index.ts"></script>
</body>
</html>