Closed rudokemper closed 9 months ago
Implement jest to add a basic test suite for Node.js.
jest
babel
test.js
p-limit
I only added a few basic tests, so this is by no means a comprehensive suite. More tests to come in the future.
Goal
Implement jest to add a basic test suite for Node.js.
What I changed
jest
andbabel
(to transpile ES6 syntax for jest).test.js
(with a few workarounds, like mockingp-limit
which apparently does not play well with jest)What I'm not doing here
I only added a few basic tests, so this is by no means a comprehensive suite. More tests to come in the future.