Skip to content

pixelhandler/application-error-test

Repository files navigation

Application-error-test

This is an example for emberjs/ember.js#12791

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server -m 'Acceptance | application-error'

I added a debugger to show the workaround to pass the failing test.