diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-03-29 09:13:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 09:13:46 -0400 |
commit | 91df20be6b488ac6cf4da291d7ee3aa5d6feac73 (patch) | |
tree | 56b5c4f8b96a8323e3a6ce9c02c3e84c85a9d6d5 /tests/index.html | |
parent | 802642c37323d5fc05bfa4cee90a900953f9a98d (diff) | |
download | jquery-ui-91df20be6b488ac6cf4da291d7ee3aa5d6feac73.tar.gz jquery-ui-91df20be6b488ac6cf4da291d7ee3aa5d6feac73.zip |
Tests: replace grunt-contrib-qunit with jQuery test runner
- add filestash workflow
Close gh-2221
Diffstat (limited to 'tests/index.html')
-rw-r--r-- | tests/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/index.html b/tests/index.html index d1465c192..268cdf190 100644 --- a/tests/index.html +++ b/tests/index.html @@ -18,8 +18,7 @@ <p><a href="unit/index.html">Unit tests</a> exist for all functionality in jQuery UI. The unit tests can be run locally (some tests require a web server with PHP) to ensure proper functionality before committing changes. - The unit tests are also run on <a href="https://swarm.jquery.org/project/jqueryui">TestSwarm</a> - for every commit.</p> + The unit tests are also run in Chrome, Firefox, Edge, and Safari on every commit.</p> <h2>Visual Tests</h2> <p><a href="visual/index.html">Visual tests</a> only exist in cases where we can't verify proper functionality |