UNPKG

@sondr3/minitest

Version:

A low-feature, dependency-free and performant test runner inspired by Rust and Deno

8 lines (5 loc) 134 B
import { strict as assert } from "node:assert"; import { test } from "./index.js"; test("it does work", () => { assert(true); });