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
For instance when we try to execute the tests from the CanJS TodoMVC Guide with the command node_modules/testee/bin/testee index.html --browsers chrome --coverage the testee execution hangs.
After some debugging I discovered that it is required to customize babel plugins/presets in order to run testee with coverage enabled.
Also babel-core and babel-plugin-istanbul should be upgraded to the latest versions.
The text was updated successfully, but these errors were encountered:
For instance when we try to execute the tests from the CanJS TodoMVC Guide with the command
node_modules/testee/bin/testee index.html --browsers chrome --coverage
the testee execution hangs.After some debugging I discovered that it is required to customize babel plugins/presets in order to run
testee
withcoverage
enabled.Also
babel-core
andbabel-plugin-istanbul
should be upgraded to the latest versions.The text was updated successfully, but these errors were encountered: