The test suite is a bit out of date, and npm test doesn't run all of the tests.
Make sure all tests pass and run in a reasonable amount of time. Some of them currently fail or run forever.
Update npm test to run the entire test suite, or perhaps have an npm test and an npm full-test or whatever the standard way is to express two levels of confidence.
The test suite is a bit out of date, and
npm test
doesn't run all of the tests.npm test
to run the entire test suite, or perhaps have annpm test
and annpm full-test
or whatever the standard way is to express two levels of confidence.