NogginLessDom is a comprehensive testing framework for Node.js that provides a full-featured test runner, assertion library, DOM simulation, mocking utilities, code coverage, and snapshot testing -- all with zero runtime dependencies. Every algorithm is implemented from scratch using only Node.js built-in modules (node:test, node:assert, node:fs).
-
Updated
Jul 13, 2026 - TypeScript