Files
backbone/test/setup/dom-setup.js
Justin Ridgewell f4d4557592 Setup DOM for every view test
Karma QUnit v0.1.5 now removes and reinserts the `#qunit-fixture`
element before every test.
2015-08-04 01:13:48 -04:00

5 lines
89 B
JavaScript

$('body').append(
'<div id="qunit"></div>' +
'<div id="qunit-fixture"></div>'
);