Tests: Load the TestSwarm listener via HTTPS

This commit is contained in:
Michał Gołębiowski-Owczarek 2021-09-29 17:22:17 +02:00
parent 2802058ba8
commit 232fe3bafa
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +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="http://swarm.jquery.org/project/jqueryui">TestSwarm</a>
The unit tests are also run on <a href="https://swarm.jquery.org/project/jqueryui">TestSwarm</a>
for every commit.</p>
<h2>Visual Tests</h2>

View File

@ -15,7 +15,7 @@ requirejs.config( {
"qunit-assert-classes": "../../../external/qunit-assert-classes/qunit-assert-classes",
"qunit-assert-close": "../../../external/qunit-assert-close/qunit-assert-close",
"qunit": "../../../external/qunit/qunit",
"testswarm": "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime(),
"testswarm": "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime(),
"ui": "../../../ui"
},
shim: {