Skip to content

Commit d41e46a

Browse files
committedMay 13, 2024··
fix(browser): display UI
Fixes #5308
1 parent 9cbc44d commit d41e46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/browser/src/client/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{__VITEST_SCRIPTS__}
2626
</head>
2727
<body>
28-
<iframe id="vitest-ui" src=""></iframe>
28+
<iframe id="vitest-ui" src="/__vitest__/"></iframe>
2929
<script type="module" src="/main.ts"></script>
3030
<div id="vitest-tester"></div>
3131
</body>

0 commit comments

Comments
 (0)
Please sign in to comment.