Skip to content

Commit

Permalink
Update qunit package, using latest
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Sep 7, 2019
1 parent 87426ab commit 7d5fad2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"grunt-eslint": "22.0.0",
"grunt-exec": "3.0.0",
"gzip-js": "0.3.2",
"qunitjs": "1.23.1",
"qunit": "2.9.2",
"rollup": "^1.20.3",
"rollup-plugin-filesize": "^6.2.0",
"rollup-plugin-license": "^0.12.1",
Expand Down
4 changes: 2 additions & 2 deletions test/encoding.html
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>JavaScript Cookie Test Suite - Encoding</title>
<link href="../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet">
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<link href="../node_modules/qunit/qunit/qunit.css" rel="stylesheet">
<script src="../node_modules/qunit/qunit/qunit.js"></script>
<script src="../dist/js.cookie.min.js"></script>
<script src="utils.js"></script>
<script src="encoding.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions test/index.html
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>JavaScript Cookie Test Suite</title>
<link href="../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet">
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<link href="../node_modules/qunit/qunit/qunit.css" rel="stylesheet">
<script src="../node_modules/qunit/qunit/qunit.js"></script>
<script src="../dist/js.cookie.min.js"></script>
<script src="utils.js"></script>
<script src="tests.js"></script>
Expand Down
3 changes: 0 additions & 3 deletions test/missing_semicolon.html
Expand Up @@ -3,9 +3,6 @@
<head>
<meta charset="UTF-8">
<title></title>
<link href="../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet">
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<script src="utils.js"></script>
<script>
(function() {
var contents = window.loadFileSync('../dist/js.cookie.min.js');
Expand Down

0 comments on commit 7d5fad2

Please sign in to comment.