We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bba2d3 commit 85cb0b7Copy full SHA for 85cb0b7
test/html/module.html
@@ -9,6 +9,7 @@
9
</head>
10
<body>
11
<script type="module">
12
+ // import Test from '../../src/Test.js';
13
import Test from "https://cdn.jsdelivr.net/npm/@jlongyam/[email protected]/src/Test.js";
14
15
const { describe, it, assert, run } = Test();
0 commit comments