Open ultimatemonty opened 8 years ago
I have the same issue in ember-cli 2.7.0
@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
❯ ember -v --verbose
ember-cli: 2.7.0
http_parser: 2.3
node: 0.12.7
v8: 3.28.71.19
uv: 1.6.1
zlib: 1.2.8
modules: 14
openssl: 1.0.1p
os: darwin x64
interesting in #154 that he saw the same and tied to to a node version
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.