File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ <h2>Unit Tests</h2>
18
18
< p > < a href ="unit/index.html "> Unit tests</ a > exist for all functionality in jQuery UI.
19
19
The unit tests can be run locally (some tests require a web server with PHP)
20
20
to ensure proper functionality before committing changes.
21
- The unit tests are also run on < a href ="http ://swarm.jquery.org/project/jqueryui "> TestSwarm</ a >
21
+ The unit tests are also run on < a href ="https ://swarm.jquery.org/project/jqueryui "> TestSwarm</ a >
22
22
for every commit.</ p >
23
23
24
24
< h2 > Visual Tests</ h2 >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ requirejs.config( {
15
15
"qunit-assert-classes" : "../../../external/qunit-assert-classes/qunit-assert-classes" ,
16
16
"qunit-assert-close" : "../../../external/qunit-assert-close/qunit-assert-close" ,
17
17
"qunit" : "../../../external/qunit/qunit" ,
18
- "testswarm" : "http ://swarm.jquery.org/js/inject.js?" + ( new Date ( ) ) . getTime ( ) ,
18
+ "testswarm" : "https ://swarm.jquery.org/js/inject.js?" + ( new Date ( ) ) . getTime ( ) ,
19
19
"ui" : "../../../ui"
20
20
} ,
21
21
shim : {
You can’t perform that action at this time.
0 commit comments