1.0.4 • Published 5 months ago

@thr0wn/tests v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago