mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-13 00:47:55 -05:00
Karma QUnit v0.1.5 now removes and reinserts the `#qunit-fixture` element before every test.
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
$('body').append(
|
|
'<div id="qunit"></div>' +
|
|
'<div id="qunit-fixture"></div>'
|
|
);
|