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
Currently, the test suite uses tape but does not measure code coverage.
We could potentially switch to node-tap which has native coverage support, although it seems it depends on nyc which does not support code coverage for ESModules yet.
Alternatively, we could try using c8 for coverage, while staying on tape.
The text was updated successfully, but these errors were encountered:
Currently, the test suite uses
tape
but does not measure code coverage.We could potentially switch to node-tap which has native coverage support, although it seems it depends on
nyc
which does not support code coverage for ESModules yet.Alternatively, we could try using c8 for coverage, while staying on
tape
.The text was updated successfully, but these errors were encountered: