Skip to content

Commit 16b7290

Browse files
committed
Add missing DOM fixtures
1 parent 3258428 commit 16b7290

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
{{content-for "body"}}
2323
{{content-for "test-body"}}
2424

25+
<div id="qunit"></div>
26+
<div id="qunit-fixture">
27+
<div id="ember-testing-container">
28+
<div id="ember-testing"></div>
29+
</div>
30+
</div>
31+
2532
<script src="/testem.js" integrity=""></script>
2633
<script src="{{rootURL}}assets/vendor.js"></script>
2734
<script src="{{rootURL}}assets/test-support.js"></script>

0 commit comments

Comments
 (0)