File tree 2 files changed +11
-0
lines changed
test-packages/ember-cli-fastboot-testing-app/tests
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 21
21
{{content-for "body"}}
22
22
{{content-for "test-body"}}
23
23
24
+ < div id ="qunit "> </ div >
25
+ < div id ="qunit-fixture ">
26
+ < div id ="ember-testing-container ">
27
+ < div id ="ember-testing "> </ div >
28
+ </ div >
29
+ </ div >
30
+
24
31
< script src ="/testem.js " integrity =""> </ script >
25
32
< script src ="{{rootURL}}assets/vendor.js "> </ script >
26
33
< script src ="{{rootURL}}assets/test-support.js "> </ script >
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ import Application from '../app';
2
2
import config from '../config/environment' ;
3
3
import { setApplication } from '@ember/test-helpers' ;
4
4
import { start } from 'ember-qunit' ;
5
+ import * as QUnit from 'qunit' ;
6
+ import { setup } from 'qunit-dom' ;
7
+
8
+ setup ( QUnit . assert ) ;
5
9
6
10
setApplication ( Application . create ( config . APP ) ) ;
7
11
You can’t perform that action at this time.
0 commit comments