UNPKG

@sondr3/minitest

Version:

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

6 lines 172 B
import { strict as assert } from "node:assert"; import { test } from "./index.js"; test("it does work", () => { assert(true); }); //# sourceMappingURL=index.test.js.map