mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 17:14:58 -05:00
Build: Use jscs to check test helpers
Also fix issues found by jscs Conflicts: test/data/testrunner.js
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user