Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelhandler/application-error-test
Example app for https://github.com/emberjs/ember.js/issues/12791
https://github.com/pixelhandler/application-error-test
Last synced: 8 days ago
JSON representation
Example app for https://github.com/emberjs/ember.js/issues/12791
- Host: GitHub
- URL: https://github.com/pixelhandler/application-error-test
- Owner: pixelhandler
- Created: 2016-01-09T01:50:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T01:54:46.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T12:25:31.311Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Application-error-test
This is an example for
## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Running Tests
* `ember test`
* `ember test --server -m 'Acceptance | application-error'`I added a debugger to show the workaround to pass the failing test.