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 10913e0 commit a125096Copy full SHA for a125096
libs/qunit/qunit.css renamed to external/qunit/qunit.css
libs/qunit/qunit.js renamed to external/qunit/qunit.js
test/index.html
@@ -7,8 +7,8 @@
7
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
8
9
<!-- QUnit -->
10
- <link rel="stylesheet" href="../libs/qunit/qunit.css" media="screen">
11
- <script src="../libs/qunit/qunit.js"></script>
+ <link rel="stylesheet" href="../external/qunit/qunit.css" media="screen">
+ <script src="../external/qunit/qunit.js"></script>
12
13
<!-- Load a jQuery and jquery-migrate plugin file based on URL -->
14
<script src="testinit.js"></script>
0 commit comments