-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Description
I'm getting a strange error that I can't debug when I turn code-coverage on.
not ok 439 PhantomJS 2.1 - Global error: error requiring file for coverage: acl/blueprints/page-object-component at http://localhost:4201/assets/acl/vendor.js, line 228
---
Log: |
{ type: 'error',
text: 'error requiring file for coverage: acl/blueprints/page-object-component at http://localhost:4201/assets/acl/vendor.js, line 228\n' }
...
Weird thing is that I'm not using page-object-component anywhere so I'm not sure why its getting tested or pulled in. Also my project only has 438 tests so I'm guessing test 439 is one added by code-coverage? I'm running ember-lts (2.8), "ember-cli-code-coverage": "0.3.6", "ember-cli-mocha": "^0.10.4", "ember-cli-page-object": "1.3.0", and also using the babel instrumentor.
Even weirder, when I load up tests in a browser I can actually see acl/blueprints/page-object-component in my devtools.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels