Modern Node.js Patterns for 2025

7 tpetry 1 7/11/2025, 7:35:16 AM kashw1n.com โ†—

Comments (1)

Aldipower ยท 1d ago
That was a great and interesting summary.

Regarding the "built-in testing", it unfortunately still lacks something like `assert.any()` to match object in `deepEqual`. So I still need to use vitest. https://github.com/nodejs/node/issues/55319