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
using the default config and running ember test is giving me the following error:
not ok 1 PhantomJS 2.1 - Global error: TypeError: undefined is not an object (evaluating 'blanket.options('cliOptions').autostart') at http://localhost:7357/assets/test-loader.js, line 147
---
Log: |
{ type: 'error',
text: 'TypeError: undefined is not an object (evaluating \'blanket.options(\'cliOptions\').autostart\') at http://localhost:7357/assets/test-loader.js, line 147\n' }
this addon worked for me on an earlier version of ember-cli - not sure if it's ember-cli or something else. I have modified testem,js to include &coverage in the URL but even a standard ember test with no server is crashing.
Unsure how to troubleshoot here - glad to help anyway I can.
The text was updated successfully, but these errors were encountered:
@ultimatemonty@TaylorHG - weird - I updated to ember-cli 2.70, ran ember new, ember install ember-cli-blanket and ember test - i see a complaint about input sourcemap but the tests run fine
using the default config and running
ember test
is giving me the following error:output of
ember -v --verbose
isblanket-options.js is
this addon worked for me on an earlier version of ember-cli - not sure if it's ember-cli or something else. I have modified testem,js to include
&coverage
in the URL but even a standardember test
with no server is crashing.Unsure how to troubleshoot here - glad to help anyway I can.
The text was updated successfully, but these errors were encountered: