1.0.4 • Published 5 months ago
@thr0wn/tests v1.0.4
tests.js
Installation
npm i @thrown/tests --save
Usage
const tests = require('tests');
const sum = (a, b) => a + b;
tests.equals(sum(1, 1), 2, "sum(1, 1)");
Doc
npm run doc
About
MIT License Copyright (c) 2025