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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I noticed a typo in your package.json, extensions should be extension. Generally though, I think this is a duplicate of #659 unless you have a more specific question?
repo: https://github.com/caub/ktree/tree/269c98dd3ede52e4a9bdcd3ed1ae1a6594d7ca87
I added
.mjs
inpackage.json
: https://github.com/caub/ktree/blob/269c98dd3ede52e4a9bdcd3ed1ae1a6594d7ca87/package.json#L31-L35No coverage: https://travis-ci.org/caub/ktree/builds/379905175
With he same files and test command but with
.js
extensions: it worked https://travis-ci.org/caub/ktree/builds/379689064OS: linux
nyc version: 11.8
related PR: #163
related issue for .mjs support (note I run tests using
babel-node
, notnode --experimental-modules
, so I don't see why it failed): #659sh -c 'node --version; npm --version; npm ls' > output.txt
The text was updated successfully, but these errors were encountered: