You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on 1.0.0, using ember/ember-cli 3.20 (this was not an issue with ember-cli 3.16), and am getting a weird build error with coverage enable:
Build Error (broccoli-persistent-filter:Babel > [Babel: app-ember]) in app-ember/controllers/roles/attorneys.js
/Users/samueljclopton/workspace/clever-case/app-ember/app-ember/controllers/roles/attorneys.js: Container is falsy
This file is actually at /Users/samueljclopton/workspace/clever-case/app-ember/controllers/roles/attorneys.js so it appears that the coverage tool is messing up the file path.
The test build works fine with coverage disabled. Had the same error as well using the previous beta.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the addon!
I'm on 1.0.0, using ember/ember-cli 3.20 (this was not an issue with ember-cli 3.16), and am getting a weird build error with coverage enable:
This file is actually at
/Users/samueljclopton/workspace/clever-case/app-ember/controllers/roles/attorneys.js
so it appears that the coverage tool is messing up the file path.The test build works fine with coverage disabled. Had the same error as well using the previous beta.
The text was updated successfully, but these errors were encountered: