-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document mocks and fixtures by node server #214
Comments
If someone wants to pick up this issue, that would be great! To-do:
|
@villander Your "old site" link redirects to the normal CLI guides, unless I'm missing something here. Theres nothing about mocks or fixtures on that page. |
There's nothing because the "old site" is redirecting to the new site. But it was there. You need to find some way to check the "old site" codebase to be able to pick this information @esquith |
@villander Thanks! My apologies. |
Maybe the same as #188 |
In the old site, we had a section about the creation of node servers
Old site - https://ember-cli.com/user-guide/#mocks-and-fixtures
Ember CLI blueprint - https://github.com/ember-cli/ember-cli/tree/master/blueprints/http-mock/files/server/mocks
We have a good example of the usage here on ESA addon - https://github.com/simplabs/ember-simple-auth/tree/master/packages/test-app/server
cc: @jenweber
The text was updated successfully, but these errors were encountered: