From 546214e86956804a1b02da173a4c6c5ddea11454 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Thu, 30 Mar 2023 09:56:33 +0200 Subject: 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 --- tests/unit/selectable/all.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/selectable/all.html') diff --git a/tests/unit/selectable/all.html b/tests/unit/selectable/all.html index 6f5cc5760..92dcbc730 100644 --- a/tests/unit/selectable/all.html +++ b/tests/unit/selectable/all.html @@ -7,9 +7,9 @@ - + - +