Tagged articles
3 articles
Page 1 of 1
ELab Team
ELab Team
Sep 2, 2022 · Backend Development

How to Build a Minimal Mocha Test Runner from Scratch

This article walks through the design and implementation of a lightweight Mocha-like test framework for Node.js, covering automated testing concepts, core functions, asynchronous support, suite‑test tree construction, result collection, and verification with code examples and diagrams.

AutomationJavaScriptNode.js
0 likes · 26 min read
How to Build a Minimal Mocha Test Runner from Scratch
Alipay Experience Technology
Alipay Experience Technology
Apr 25, 2022 · Backend Development

What’s New in Node.js 18? Fetch API, Test Runner, V8 Upgrade & More

Node.js 18 introduces built‑in fetch and test modules, modernizes the standard library, adds a native test runner, upgrades the V8 engine, and outlines future roadmap items such as modern HTTP, improved type support, and enhanced ESM capabilities, all while offering quick installation via version managers.

Backend DevelopmentESMNode.js
0 likes · 10 min read
What’s New in Node.js 18? Fetch API, Test Runner, V8 Upgrade & More