Skip to content

Examples for using node:test package introduced in Node.js 18.8.0

Notifications You must be signed in to change notification settings

robogeek/node-test-examples

Repository files navigation

Examples of using Node.js node:test package

Added to Node.js in version 18.8, the node:test package is a framework for writing unit tests that has similarity with Mocha. Between the node:test and the already existing assert package, Node.js core contains a simple test framework.

This repository contains a few examples for using the node:test package.

To use the repository, simply clone it to your computer, and make sure Node.js 18.8 or later is installed. Everything required is baked into Node.js, and there is nothing to install.

About

Examples for using node:test package introduced in Node.js 18.8.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published