|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | | - <title>EmberApiDocs Tests</title> |
7 | | - <meta name="description" content=""> |
8 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <title>AppTemplate Tests</title> |
| 6 | + <meta name="description" content="" /> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
9 | 8 |
|
10 | | - {{content-for "head"}} |
11 | | - {{content-for "test-head"}} |
| 9 | + {{content-for "head"}} {{content-for "test-head"}} |
12 | 10 |
|
13 | | - <link rel="stylesheet" href="{{rootURL}}assets/vendor.css"> |
14 | | - <link rel="stylesheet" href="{{rootURL}}assets/ember-api-docs.css"> |
15 | | - <link rel="stylesheet" href="{{rootURL}}assets/test-support.css"> |
| 11 | + <link rel="stylesheet" href="/@embroider/core/vendor.css" /> |
| 12 | + <link rel="stylesheet" href="/assets/ember-api-docs.css" /> |
| 13 | + <link rel="stylesheet" href="/@embroider/core/test-support.css" /> |
16 | 14 |
|
17 | | - {{content-for "head-footer"}} |
18 | | - {{content-for "test-head-footer"}} |
| 15 | + {{content-for "head-footer"}} {{content-for "test-head-footer"}} |
19 | 16 | </head> |
20 | 17 | <body> |
21 | | - {{content-for "body"}} |
22 | | - {{content-for "test-body"}} |
| 18 | + {{content-for "body"}} {{content-for "test-body"}} |
23 | 19 |
|
24 | 20 | <div id="qunit"></div> |
25 | 21 | <div id="qunit-fixture"> |
|
29 | 25 | </div> |
30 | 26 |
|
31 | 27 | <script src="/testem.js" integrity="" data-embroider-ignore></script> |
32 | | - <script src="{{rootURL}}assets/vendor.js"></script> |
33 | | - <script src="{{rootURL}}assets/test-support.js"></script> |
34 | | - <script src="{{rootURL}}assets/ember-api-docs.js"></script> |
35 | | - <script src="{{rootURL}}assets/tests.js"></script> |
| 28 | + <script src="/@embroider/core/vendor.js"></script> |
| 29 | + <script src="/@embroider/core/test-support.js"></script> |
| 30 | + <script src="/@embroider/core/entrypoint" type="module"></script> |
| 31 | + <script src="/@embroider/core/test-entrypoint" type="module"></script> |
36 | 32 |
|
37 | | - {{content-for "body-footer"}} |
38 | | - {{content-for "test-body-footer"}} |
| 33 | + {{content-for "body-footer"}} {{content-for "test-body-footer"}} |
39 | 34 | </body> |
40 | 35 | </html> |
0 commit comments