Skip to content

πŸ“š tests

Node.js Test Runner

A Beginner’s Guide

weeklyfoo #36 / 2024-06-10
nodejstests

Using the node 18+ native test runner with TypeScript and React

Node.js 18 introduced a native test runner that eliminates the need for jest, mocha or vitest in basic scenarios. We’ve been using it exclusively for the past couple of weeks with great success.

weeklyfoo #103 / 2025-09-22
nodejstests