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
- Host: GitHub
- URL: https://github.com/barcellos-pedro/tiny-test
- Owner: barcellos-pedro
- License: mit
- Created: 2023-09-17T03:17:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T03:33:05.000Z (about 2 years ago)
- Last Synced: 2025-01-30T00:15:57.298Z (8 months ago)
- Topics: node, testing
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
