Skip to content

Commit d45757e

Browse files
committed
fix: desktop test runner fails
1 parent 8fa5642 commit d45757e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SpecRunner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317

318318
<script src="../src/phoenix/shell.js" type="module"></script>
319319
<script src="virtual-server-loader.js" type="module"></script>
320-
<script src="../src/node-loader.js"></script>
320+
<script src="../src/node-loader.js" defer></script>
321321
<script src="../src/storage.js" type="module"></script>
322322

323323
<link href="../src/thirdparty/bootstrap/bootstrap.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)