We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1a47c7 + c3fb782 commit 9dc3100Copy full SHA for 9dc3100
1 file changed
README.md
@@ -80,7 +80,7 @@ export default Resolver.extend({
80
});
81
```
82
83
-And in `src/main.js` be sure to load initializers in the `app/` directory
+In `src/main.js` be sure to load initializers in the `app/` directory
84
(possibly added by an addon) via:
85
86
```js
@@ -95,6 +95,12 @@ loadInitializers(App, config.modulePrefix+'/src/init');
95
loadInitializers(App, config.modulePrefix);
96
97
98
+Finally, in `tests/test-helper.js`, load the app from `../src/main`
99
+
100
+```js
101
+import Application from '../src/main';
102
+```
103
104
### Important Notes
105
106
Known caveats:
0 commit comments