audreyt / node-webworker-threads

Lightweight Web Worker API implementation with native threads
https://npmjs.org/package/webworker-threads
Other
2.3k stars 149 forks source link

Update test suite #144

Open davisjam opened 7 years ago

davisjam commented 7 years ago

The test suite is a bit out of date, and npm test doesn't run all of the tests.

  1. Make sure all tests pass and run in a reasonable amount of time. Some of them currently fail or run forever.
  2. 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.