diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-03-30 09:56:33 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-10 10:53:57 +0200 |
commit | 546214e86956804a1b02da173a4c6c5ddea11454 (patch) | |
tree | a686011bcdbb11a42ed2a2b0c7b7e961b0e22593 /.eslintignore | |
parent | f68d655aff81273d431d5e58bc8af775fc9bd231 (diff) | |
download | jquery-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 '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 8026d53f7..5e992599f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ dist/**/* external/**/* +tests/lib/vendor/**/* ui/vendor/**/* |