diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:13:44 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:24 -0400 |
commit | c13ddf22ed33ea23e5410735c118550a673feb58 (patch) | |
tree | b58b1c2010dce954ffac17f65ed259614ce00c5a /tests/lib/qunit.js | |
parent | 8e28f474e5088fc4502131d76aba7807930f15af (diff) | |
download | jquery-ui-c13ddf22ed33ea23e5410735c118550a673feb58.tar.gz jquery-ui-c13ddf22ed33ea23e5410735c118550a673feb58.zip |
Tests: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'tests/lib/qunit.js')
-rw-r--r-- | tests/lib/qunit.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index 87ef8b662..b421341ea 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -10,13 +10,13 @@ define( [ QUnit.config.autostart = false; QUnit.config.requireExpects = true; -QUnit.config.urlConfig.push({ +QUnit.config.urlConfig.push( { id: "nojshint", label: "Skip JSHint", tooltip: "Skip running JSHint, e.g., within TestSwarm, where Jenkins runs it already" -}); +} ); -QUnit.config.urlConfig.push({ +QUnit.config.urlConfig.push( { id: "jquery", label: "jQuery version", value: [ @@ -30,7 +30,7 @@ QUnit.config.urlConfig.push({ "compat-git", "git", "custom" ], tooltip: "Which jQuery Core version to test against" -}); +} ); QUnit.reset = ( function( reset ) { return function() { |