1.0.4 • Published 6 months ago

@thr0wn/tests v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago