You might not need Jest — the Node.js native test runner is great! I published a quick article about my early explorations.
https://pawelgrzybek.com/you-might-not-need-jest-the-node-js-native-test-runner-is-great/
#nodejs
https://pawelgrzybek.com/you-might-not-need-jest-the-node-js-native-test-runner-is-great/
#nodejs
Comments
One thing I’ve loved about Jest is community support and tooling - specifically a VSCode debug conf to “run current file” in debugger.
Easy enough to setup w native test runner?