apache / incubator-annotator

Apache Annotator provides annotation enabling code for browsers, servers, and humans.
https://annotator.apache.org/
Apache License 2.0
221 stars 38 forks source link

Run tests as ECMAScript modules #117

Closed tilgovi closed 2 years ago

tilgovi commented 2 years ago

Upgrade Mocha to v9, replace chai with the built-in assert module, replace optimal-select with @medv/finder, replace nyc with c8, and configure the test suite to run without transforming modules to CommonJS.

Close #113.