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
Current test coverage, as documented in coverage.html, is 95%. You can run your own coverage analysis with:
jscoverage lib lib-cov
But I think we haven't used it for a while, as that line now throws because the old tool does not support ES2015+. We may just remove it, or replace it with modern tools if we actually want the coverage test. (See also mochajs/mocha#2356)
And...
Testing on IE and older versions will happen progressively.
Current the Testing section says:
But I think we haven't used it for a while, as that line now throws because the old tool does not support ES2015+. We may just remove it, or replace it with modern tools if we actually want the coverage test. (See also mochajs/mocha#2356)
And...
Definitely no.
Thoughts? @marcoscaceres
The text was updated successfully, but these errors were encountered: