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
Here is the test, and here is hte tested class. I also tried to cut out internet connection from the test, and load a html page from file, but it did not change anything.
Forensic Information
Operating System: the operating system you observed the issue on.
OS: Ubuntu 16.04
Environment Information: information about your project's environment, see instructions below:
run the following script:
sh -c 'node --version; npm --version; npm ls' > output.txt
Expected Behavior
test runs with nyc cover
Observed Behavior
running
npm test
produces the following error:Removing nyc from the test script solves the problem, all tests runs as expected.
Looks like related to #514
Bonus Points! Code (or Repository) that Reproduces Issue
https://github.com/epyx25/test
Here is the test, and here is hte tested class. I also tried to cut out internet connection from the test, and load a html page from file, but it did not change anything.
Forensic Information
Operating System: the operating system you observed the issue on.
OS: Ubuntu 16.04
Environment Information: information about your project's environment, see instructions below:
sh -c 'node --version; npm --version; npm ls' > output.txt
https://gist.github.com/epyx25/1865ab17587cd3c425cd067ee80ad06a#file-gistfile1-txt
The text was updated successfully, but these errors were encountered: