Created by: khrisrichardson
All tests pass:
$ yarn test-all
yarn run v1.10.1
$ yarn tsc && yarn lint && yarn jest
$ tsc -p .
$ eslint --quiet -f codeframe . || eslint .
$ jest --maxWorkers=1
PASS test/hccrawler/index.test.js (24.158s)
PASS test/cache/redis.test.js
PASS test/priority-queue/redis.test.js
PASS test/hccrawler/redis.test.js
PASS test/helper.test.js
PASS test/async-events.test.js
PASS test/exporter.test.js
PASS test/cache/session.test.js
PASS test/priority-queue/session.test.js
Test Suites: 9 passed, 9 total
Tests: 186 passed, 186 total
Snapshots: 0 total
Time: 30.576s, estimated 32s
Ran all test suites.
Done in 37.56s.