aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tests: Add custom attribute getter tests to the selector moduleHEADmainMichał Gołębiowski-Owczarek5 days1-0/+31
* CSS: Drop the cache in finalPropNameMichał Gołębiowski-Owczarek2024-11-261-10/+24
* Build: Make middleware-mockserver not crash on reading nonexistent filesMichał Gołębiowski-Owczarek2024-11-051-9/+25
* Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters`Michał Gołębiowski-Owczarek2024-11-042-8/+21
* Manipulation: Make jQuery.cleanData not skip elements during cleanupac-mmi2024-09-111-0/+40
* Tests: Run tests in Edge in IE mode in GitHub ActionsMichał Gołębiowski-Owczarek2024-09-091-3/+16
* Tests: align mock.php spacing with 3.x-stable branchTimmy Willison2024-08-251-4/+4
* Tests: replace dead links in qunit fixtureTimmy Willison2024-08-128-138/+138
* Tests: replace express with basic Node serverTimmy Willison2024-08-083-60/+171
* Build: upgrade dependencies; fix bundler tests on windowsTimmy Willison2024-06-151-6/+1
* Tests: remove unnecessary scroll feature testTimmy Willison2024-06-101-30/+11
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-0614-40/+20
* CSS:Tests: Fix tests & support tests under CSS ZoomMichał Gołębiowski-Owczarek2024-06-033-2/+40
* Tests: Align `:has` selector tests with `3.x-stable`Michał Gołębiowski-Owczarek2024-05-291-2/+2
* Event: Increase robustness of an inner native event in leverageNativeMichał Gołębiowski-Owczarek2024-05-201-0/+58
* Tests: Make the beforeunload event tests work regardless of extensionsMichał Gołębiowski-Owczarek2024-04-252-10/+20
* Offset: Increase search depth when finding the 'real' offset parentLiam James2024-04-191-1/+4
* Tests: share queue/browser handling for all worker typesTimmy Willison2024-04-0113-446/+336
* Tests: improve diffing for values of different typesTimmy Willison2024-03-272-26/+58
* Attributes: Make `.attr( name, false )` remove for all non-ARIA attrsMichał Gołębiowski-Owczarek2024-03-202-18/+76
* Tests: show any and all actual/expected valuesTimmy Willison2024-03-151-2/+11
* Tests: add diffing to test reporterTimmy Willison2024-03-141-2/+49
* Tests: add actual and expected messages to test reporterTimmy Willison2024-03-141-12/+12
* Core: Fix the exports setup to make bundlers work with ESM & CommonJSMichał Gołębiowski-Owczarek2024-03-1224-9/+331
* Tests: fix worker restarts for failed browser acknowledgementsTimmy Willison2024-03-111-1/+1
* Build: migrate more uses of fs.promises; use node: protocolTimmy Willison2024-03-111-1/+1
* Tests: add --hard-retries option to test runnerTimmy Willison2024-03-115-37/+93
* Tests: fix cleanup in cases where server doesn't stopTimmy Willison2024-03-091-4/+4
* Build: drop support for Node 10Timmy Willison2024-03-092-5/+5
* Tests: fix flakey message logs; ignore delete worker failuresTimmy Willison2024-03-053-20/+29
* Tests: reuse browser workers in BrowserStack tests (#5428)Timmy Willison2024-03-0515-414/+496
* Tests: Use allowlist instead of whitelistJ.Son2024-03-011-5/+5
* Tests: migrate testing infrastructure to minimal dependenciesTimmy Willison2024-02-2638-10212/+12504
* Tests: Fix Karma tests on Node.js 20Michał Gołębiowski-Owczarek2024-02-081-9/+5
* Manipulation: Generalize a test to support IERichard Gibson2024-01-131-3/+17
* Manipulation: Support $el.html(selfRemovingScript) (#5378)Richard Gibson2024-01-081-0/+15
* CSS: Fix reliableTrDimensions support test for initially hidden iframesMichał Gołębiowski-Owczarek2023-11-073-1/+81
* CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapperMichał Gołębiowski-Owczarek2023-09-202-3/+12
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-207-157/+94
* Core: Move the factory to separate exportsMichał Gołębiowski-Owczarek2023-09-1915-60/+62
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-1828-456/+571
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-1/+1
* Build: Add `exports` to package.json, export slim & esm buildsMichał Gołębiowski-Owczarek2023-07-1028-89/+258
* CSS: Make the reliableTrDimensions support test work with Bootstrap CSSMichał Gołębiowski-Owczarek2023-07-102-0/+32
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-283-6/+6
* Build: Drop individual AMD modulesMichał Gołębiowski-Owczarek2023-06-275-32/+10
* Tests: Disable the ":lang respects escaped backslashes" testMichał Gołębiowski-Owczarek2023-06-271-3/+13
* Core: Fix regression in jQuery.text() on HTMLDocument objectsTimo Tijhof2023-06-121-2/+5
* Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}Michał Gołębiowski-Owczarek2023-06-121-0/+229
* Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support testMichał Gołębiowski-Owczarek2023-04-051-13/+25