Skip to content

Commit d03b19f

Browse files
committed
test: update path to global file
1 parent 9bb1ff9 commit d03b19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/browser/browser.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('browser-bundle-test', () => {
1919
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2020
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2121
<title>BrowserBundleTest</title>
22-
<script>${await readFile(join(__dirname, '../../dist/index.global.js'), 'utf8')}</script>
22+
<script>${await readFile(join(__dirname, '../../dist/iife/index.global.js'), 'utf8')}</script>
2323
</head>
2424
<body></body>
2525
</html>

0 commit comments

Comments
 (0)