Skip to content

Commit f7275e6

Browse files
committedOct 11, 2021
Use local qunit files in tests
1 parent 0509c73 commit f7275e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<title>JSZip Testing</title>
6-
<link media="screen" href="//code.jquery.com/qunit/qunit-1.23.0.css" type="text/css" rel="stylesheet">
7-
<script type="text/javascript" src="//code.jquery.com/qunit/qunit-1.23.0.js"></script>
6+
<link media="screen" href="../node_modules/qunit/qunit/qunit.css" type="text/css" rel="stylesheet">
7+
<script type="text/javascript" src="../node_modules/qunit/qunit/qunit.js"></script>
88
<script>
99
// no CDN, fallback on the npm version
1010
if(!window.QUnit) {

0 commit comments

Comments
 (0)
Please sign in to comment.