Skip to content

Commit

Permalink
Use local qunit files in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Oct 11, 2021
1 parent 0509c73 commit f7275e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>JSZip Testing</title>
<link media="screen" href="//code.jquery.com/qunit/qunit-1.23.0.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="//code.jquery.com/qunit/qunit-1.23.0.js"></script>
<link media="screen" href="../node_modules/qunit/qunit/qunit.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="../node_modules/qunit/qunit/qunit.js"></script>
<script>
// no CDN, fallback on the npm version
if(!window.QUnit) {
Expand Down

0 comments on commit f7275e6

Please sign in to comment.