Node.js 20 is here

from blog Christian Fei's Blog - cri.dev, | ↗ original
Node.js 20 has been released, and it brings several new features and improvements for developers. Let’s take a closer look at some of them. Stable test runner Node.js 20 introduces a stable test runner module! You can use describe, it/test, and hooks to structure test files, as well as watch mode, running multiple test files in parallel, and...