Trying to understand why my integration tests are failing with the following error:
Failed to create an instance of 'breakpoints:main'. Most likely an improperly defined class or an invalid module export.
I have my own custom app/breakpoints.js but it's standard format and is working just fine (and these errors show up even if I delete it). I get this failure for any integration test of a component that is using the media helper.
Version: "ember-responsive": "^3.0.0-beta.3"
Thanks for your time.
Trying to understand why my integration tests are failing with the following error:
I have my own custom app/breakpoints.js but it's standard format and is working just fine (and these errors show up even if I delete it). I get this failure for any integration test of a component that is using the media helper.
Version: "ember-responsive": "^3.0.0-beta.3"
Thanks for your time.