Skip to content

Commit c3fb782

Browse files
authored
Update README for module unification
I found 1 other manual change that had to be made.
1 parent f1a47c7 commit c3fb782

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default Resolver.extend({
8080
});
8181
```
8282

83-
And in `src/main.js` be sure to load initializers in the `app/` directory
83+
In `src/main.js` be sure to load initializers in the `app/` directory
8484
(possibly added by an addon) via:
8585

8686
```js
@@ -95,6 +95,12 @@ loadInitializers(App, config.modulePrefix+'/src/init');
9595
loadInitializers(App, config.modulePrefix);
9696
```
9797

98+
Finally, in `tests/test-helper.js`, load the app from `../src/main`
99+
100+
```js
101+
import Application from '../src/main';
102+
```
103+
98104
### Important Notes
99105

100106
Known caveats:

0 commit comments

Comments
 (0)