mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Use jscs to check test helpers
Also fix issues found by jscs Conflicts: test/data/testrunner.js
This commit is contained in:
parent
6cd81b8802
commit
f5ea571753
@ -100,6 +100,9 @@ module.exports = function( grunt ) {
|
||||
jscs: {
|
||||
src: "src/**/*.js",
|
||||
gruntfile: "Gruntfile.js",
|
||||
|
||||
// Right know, check only test helpers
|
||||
test: [ "test/data/testrunner.js", "test/data/testinit.js" ],
|
||||
tasks: "build/tasks/*.js"
|
||||
},
|
||||
testswarm: {
|
||||
|
@ -201,7 +201,6 @@ this.ajaxTest = function( title, expect, options ) {
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
this.testIframe = function( fileName, name, fn ) {
|
||||
asyncTest(name, function() {
|
||||
|
||||
|
@ -14,7 +14,6 @@ var qunitModule = QUnit.module,
|
||||
reset,
|
||||
ajaxSettings = jQuery.ajaxSettings;
|
||||
|
||||
|
||||
/**
|
||||
* QUnit configuration
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user