mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Remove manual QUnit fixture resetting
It was needed when QUnit 1.x one used but we've since upgraded to QUnit 2.x. Closes gh-4312 Ref gh-4307
This commit is contained in:
parent
ca9356ecce
commit
84b6a0beb1
@ -13,9 +13,7 @@ module.exports = function( grunt ) {
|
||||
"utf8"
|
||||
).toString().replace( /\r\n/g, "\n" )
|
||||
) +
|
||||
";\n" +
|
||||
"// Compat with QUnit 1.x:\n" +
|
||||
"document.getElementById( \"qunit-fixture\" ).innerHTML = QUnit.config.fixture;\n"
|
||||
";\n"
|
||||
);
|
||||
grunt.log.ok( "Updated " + dest + "." );
|
||||
} );
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user