🌐 AI搜索 & 代理 主页
Skip to content

Commit 6ced263

Browse files
authored
Build: Update QUnit from 1.23.1 to 2.9.2
Closes gh-4307
1 parent 16ad988 commit 6ced263

File tree

15 files changed

+6768
-4520
lines changed

15 files changed

+6768
-4520
lines changed

Gruntfile.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,9 @@ module.exports = function( grunt ) {
8080

8181
"npo/npo.js": "native-promise-only/npo.js",
8282

83-
"qunit/qunit.js": "qunitjs/qunit/qunit.js",
84-
"qunit/qunit.css": "qunitjs/qunit/qunit.css",
85-
"qunit/LICENSE.txt": "qunitjs/LICENSE.txt",
86-
87-
"qunit-assert-step/qunit-assert-step.js":
88-
"qunit-assert-step/qunit-assert-step.js",
89-
"qunit-assert-step/MIT-LICENSE.txt":
90-
"qunit-assert-step/MIT-LICENSE.txt",
83+
"qunit/qunit.js": "qunit/qunit/qunit.js",
84+
"qunit/qunit.css": "qunit/qunit/qunit.css",
85+
"qunit/LICENSE.txt": "qunit/LICENSE.txt",
9186

9287
"requirejs/require.js": "requirejs/require.js",
9388

@@ -171,7 +166,6 @@ module.exports = function( grunt ) {
171166
],
172167
files: [
173168
"test/data/jquery-1.9.1.js",
174-
"external/qunit-assert-step/qunit-assert-step.js",
175169
"external/sinon/sinon.js",
176170
"external/npo/npo.js",
177171
"external/requirejs/require.js",

external/qunit-assert-step/MIT-LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

external/qunit-assert-step/qunit-assert-step.js

Lines changed: 0 additions & 127 deletions
This file was deleted.

external/qunit/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Copyright jQuery Foundation and other contributors, https://jquery.org/
1+
Copyright JS Foundation and other contributors, https://js.foundation
22

33
This software consists of voluntary contributions made by many
44
individuals. For exact contribution history, see the revision history
5-
available at https://github.com/jquery/qunit
5+
available at https://github.com/qunitjs/qunit
66

77
The following license applies to all parts of this software except as
88
documented below:

0 commit comments

Comments
 (0)