Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.