Skip to content

Commit

Permalink
test: update path to global file
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 4, 2023
1 parent 9bb1ff9 commit d03b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('browser-bundle-test', () => {
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BrowserBundleTest</title>
<script>${await readFile(join(__dirname, '../../dist/index.global.js'), 'utf8')}</script>
<script>${await readFile(join(__dirname, '../../dist/iife/index.global.js'), 'utf8')}</script>
</head>
<body></body>
</html>
Expand Down

0 comments on commit d03b19f

Please sign in to comment.