Skip to content

Commit 85cb0b7

Browse files
committed
feat: Update module.html to use CDN for Test import
1 parent 7bba2d3 commit 85cb0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/html/module.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</head>
1010
<body>
1111
<script type="module">
12+
// import Test from '../../src/Test.js';
1213
import Test from "https://cdn.jsdelivr.net/npm/@jlongyam/[email protected]/src/Test.js";
1314

1415
const { describe, it, assert, run } = Test();

0 commit comments

Comments
 (0)