aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/effects/all.html
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2023-03-30 09:56:33 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2023-05-10 10:53:57 +0200
commit546214e86956804a1b02da173a4c6c5ddea11454 (patch)
treea686011bcdbb11a42ed2a2b0c7b7e961b0e22593 /tests/unit/effects/all.html
parentf68d655aff81273d431d5e58bc8af775fc9bd231 (diff)
downloadjquery-ui-546214e86956804a1b02da173a4c6c5ddea11454.tar.gz
jquery-ui-546214e86956804a1b02da173a4c6c5ddea11454.zip
Build: Fork vendors to remove QUnit deprecated API usage
Changes: * add `tests/lib/vendor/**/*` to `.eslintignore` * move `qunit-composite` to `tests/lib` so that we can modify it * move `qunit-assert-classes` to `tests/lib` so that we can modify it * move `qunit-assert-close` to `tests/lib` so that we can modify it * replace `assert.push` with `assert.pushResult` * remove usage of `QUnit.extend` Closes gh-2157
Diffstat (limited to 'tests/unit/effects/all.html')
-rw-r--r--tests/unit/effects/all.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/effects/all.html b/tests/unit/effects/all.html
index b043b6223..0de2b3798 100644
--- a/tests/unit/effects/all.html
+++ b/tests/unit/effects/all.html
@@ -7,9 +7,9 @@
<script src="../../../external/jquery/jquery.js"></script>
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
- <link rel="stylesheet" href="../../../external/qunit-composite/qunit-composite.css">
+ <link rel="stylesheet" href="../../lib/vendor/qunit-composite/qunit-composite.css">
<script src="../../../external/qunit/qunit.js"></script>
- <script src="../../../external/qunit-composite/qunit-composite.js"></script>
+ <script src="../../lib/vendor/qunit-composite/qunit-composite.js"></script>
<script src="../subsuite.js"></script>
<script>