Skip to content

A micro library for fast and easy testing of primitives, objects, and arrays

License

Notifications You must be signed in to change notification settings

mitchstewart08/micro-assert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

micro-assert

A micro library for fast and easy testing of primitives, objects, and arrays

#How-to Import into your js file and instantiate a new assert obj

import Assert from './assert.js';
const test = new Assert();

assert is the only method you need to use, the library will worry about data types and coericon for you

test.assert(expectation, result, "Test name here");

Works great with Quokka Example of micro-assert with Quokka

About

A micro library for fast and easy testing of primitives, objects, and arrays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published