Skip to content

Commit

Permalink
fix(browser): display UI
Browse files Browse the repository at this point in the history
Fixes #5308
  • Loading branch information
sheremet-va committed May 13, 2024
1 parent 9cbc44d commit d41e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{__VITEST_SCRIPTS__}
</head>
<body>
<iframe id="vitest-ui" src=""></iframe>
<iframe id="vitest-ui" src="/__vitest__/"></iframe>
<script type="module" src="/main.ts"></script>
<div id="vitest-tester"></div>
</body>
Expand Down

0 comments on commit d41e46a

Please sign in to comment.