Skip to content

Commit 71176b5

Browse files
Fix QUnit path in test.html
1 parent f2ccea9 commit 71176b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js-test/test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
});
99
</script>
1010

11-
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
12-
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
11+
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css">
12+
<script src="../node_modules/qunit/qunit/qunit.js"></script>
1313

1414
<div id="qunit"></div>
1515

0 commit comments

Comments
 (0)