mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Load the TestSwarm listener via HTTPS
This commit is contained in:
parent
2802058ba8
commit
232fe3bafa
@ -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>
|
||||
|
2
tests/lib/bootstrap.js
vendored
2
tests/lib/bootstrap.js
vendored
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user