ember-testing-guide
ember-testing-guide copied to clipboard
Provide more real-world examples of each group of tests
It could be in this repo or find a nice repo which covers some good examples and add as an example.
unit:
- [ ] component?
- [ ] route
- [ ] controller
- [ ] etc.
acceptance
- [ ] login
- [ ] authorized endpoint
- [ ] happy path
integration
- [ ] data provider
- [ ] presentation component
- [ ] few high order examples