Skip to content

Commit

Permalink
Update QUnit references to version 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbenner committed Feb 15, 2024
1 parent 6bfea91 commit 42f9d66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"grunt-jsonlint": "~2.1",
"grunt-shell": "~4.0",
"jit-grunt": "~0.10",
"qunit": "~2.19",
"qunit": "~2.20",
"time-grunt": "~2.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/amd.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>PowerTip AMD Test Suite</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.js"></script>
<script type="text/javascript" src="amd.js"></script>
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-2.19.4.css" />
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-2.20.0.css" />
</head>
<body>
<div id="qunit"></div>
Expand Down
2 changes: 1 addition & 1 deletion test/amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require.config({
paths: {
jquery: 'https://code.jquery.com/jquery-3.6.4',
qunit: 'https://code.jquery.com/qunit/qunit-2.19.4',
qunit: 'https://code.jquery.com/qunit/qunit-2.20.0',
'jquery.powertip': '../dist/jquery.powertip'
}
});
Expand Down
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<title>PowerTip Test Suite</title>

<!-- QUnit Resources -->
<script type="text/javascript" src="https://code.jquery.com/qunit/qunit-2.19.4.js"></script>
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-2.19.4.css" />
<script type="text/javascript" src="https://code.jquery.com/qunit/qunit-2.20.0.js"></script>
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-2.20.0.css" />

<!-- Dynamic jQuery Version Loader -->
<script type="text/javascript">
Expand Down

0 comments on commit 42f9d66

Please sign in to comment.