From 42f9d66bdb35dda1849e6e02d88d884f668269d5 Mon Sep 17 00:00:00 2001 From: Steven Benner Date: Thu, 15 Feb 2024 08:02:25 -0800 Subject: [PATCH] Update QUnit references to version 2.20.0 --- package.json | 2 +- test/amd.html | 2 +- test/amd.js | 2 +- test/index.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 22d7ad4..5de5d5f 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/test/amd.html b/test/amd.html index b95c045..af4402e 100644 --- a/test/amd.html +++ b/test/amd.html @@ -5,7 +5,7 @@ PowerTip AMD Test Suite - +
diff --git a/test/amd.js b/test/amd.js index 99bcb52..0a882c0 100644 --- a/test/amd.js +++ b/test/amd.js @@ -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' } }); diff --git a/test/index.html b/test/index.html index 6b6e3c7..e64a2df 100644 --- a/test/index.html +++ b/test/index.html @@ -5,8 +5,8 @@ PowerTip Test Suite - - + +