Skip to content

Commit

Permalink
Update QUnit to 1.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 3, 2015
1 parent f718681 commit adbbfe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/index.html
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>HTML Minifier Tests</title>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.17.0.css">
<script src="http://code.jquery.com/qunit/qunit-1.17.0.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.18.0.css">
<script src="http://code.jquery.com/qunit/qunit-1.18.0.js"></script>
<script src="../assets/cleancss-browser.js"></script>
<script src="../assets/relateurl-browser.js"></script>
<script src="../assets/uglify.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions tests/lint-tests.html
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>HTML Lint Tests</title>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.17.0.css">
<script src="http://code.jquery.com/qunit/qunit-1.17.0.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.18.0.css">
<script src="http://code.jquery.com/qunit/qunit-1.18.0.js"></script>
<script src="../dist/htmlminifier.js"></script>
</head>
<body>
Expand Down

0 comments on commit adbbfe3

Please sign in to comment.