mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Grunt: Fix testswarm urls
This commit is contained in:
2
grunt.js
2
grunt.js
@@ -338,7 +338,7 @@ grunt.initConfig({
|
||||
grunt.registerTask( "testswarm", function( commit, authToken ) {
|
||||
var test,
|
||||
testswarm = require( "testswarm" ),
|
||||
testBase = "http://swarm.jquery.org/git/jquery-ui/" + commit + "/",
|
||||
testBase = "http://swarm.jquery.org/git/jquery-ui/" + commit + "/tests/unit/",
|
||||
testUrls = [],
|
||||
tests = {
|
||||
"Accordion": "accordion/accordion.html",
|
||||
|
||||
Reference in New Issue
Block a user