1.0.4 • Published 7 months ago

@thr0wn/tests v1.0.4

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

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago