An open API service indexing awesome lists of open source software.

https://github.com/barcellos-pedro/tiny-test

Simple testing library based on console.assert
https://github.com/barcellos-pedro/tiny-test

node testing

Last synced: 7 months ago
JSON representation

Simple testing library based on console.assert

Awesome Lists containing this project

README

          

# Tiny test 🐞

> Simple testing library based on [console.assert](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)

After finding out about the console.assert method, I got curious and started to implement my basic testing library for fun.

![test demo screenshot](screenshot.png)