mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Update Underscore/Backbone tests and make them passable.
This commit is contained in:
6
vendor/backbone/test/setup/dom-setup.js
vendored
6
vendor/backbone/test/setup/dom-setup.js
vendored
@@ -1,6 +1,4 @@
|
||||
$('body').append(
|
||||
'<div id="qunit"></div>' +
|
||||
'<div id="qunit-fixture">' +
|
||||
'<div id="testElement"><h1>Test</h1></div>' +
|
||||
'</div>'
|
||||
);
|
||||
'<div id="qunit-fixture"></div>'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user