mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Grunt: Fix testswarm urls
This commit is contained in:
parent
e7c08d0fa7
commit
eb9804bc99
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",
|
||||
|
Loading…
Reference in New Issue
Block a user