summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/index.html b/test/index.html
index 038db22..6a0293f 100644
--- a/test/index.html
+++ b/test/index.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>jQuery Once - Test Suite</title>
- <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.11.0.css">
+ <link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
</head>
<body id="body">
<div id="qunit"></div>
@@ -31,8 +31,8 @@
</div>
- <script src="http://code.jquery.com/jquery-2.1.1.js"></script>
- <script src="http://code.jquery.com/qunit/qunit-1.11.0.js"></script>
+ <script src="../node_modules/jquery/dist/jquery.js"></script>
+ <script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<script src="../jquery.once.js"></script>
<script src="test.js"></script>
</body>