File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
test-packages/ember-cli-fastboot-testing-app/tests Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2121 {{content-for "body"}}
2222 {{content-for "test-body"}}
2323
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+
2431 < script src ="/testem.js " integrity =""> </ script >
2532 < script src ="{{rootURL}}assets/vendor.js "> </ script >
2633 < 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';
22import config from '../config/environment' ;
33import { setApplication } from '@ember/test-helpers' ;
44import { start } from 'ember-qunit' ;
5+ import * as QUnit from 'qunit' ;
6+ import { setup } from 'qunit-dom' ;
7+
8+ setup ( QUnit . assert ) ;
59
610setApplication ( Application . create ( config . APP ) ) ;
711
You can’t perform that action at this time.
0 commit comments