https://github.com/randomgamingdev/basicunittesterjs
A basic javascript unit tester that's designed to be small and streamlined
https://github.com/randomgamingdev/basicunittesterjs
browser-js documentation javascript nodejs portable simple small streamlined unit-test unit-testing
Last synced: 3 months ago
JSON representation
A basic javascript unit tester that's designed to be small and streamlined
- Host: GitHub
- URL: https://github.com/randomgamingdev/basicunittesterjs
- Owner: RandomGamingDev
- License: mit
- Created: 2024-02-02T03:29:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T01:44:32.000Z (about 1 year ago)
- Last Synced: 2024-04-08T02:48:46.119Z (about 1 year ago)
- Topics: browser-js, documentation, javascript, nodejs, portable, simple, small, streamlined, unit-test, unit-testing
- Language: JavaScript
- Homepage: https://randomgamingdev.github.io/EzDok/#v1/%22https://raw.githubusercontent.com/RandomGamingDev/BasicUnitTesterJs/main/documentation/documentation.dok%22/0/
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasicUnitTesterJs
BasicUnitTesterJs is a basic javascript unit tester designed to work on all JS platforms and be small and streamlined for the best developer experience.
A nice thing about this test being able to run everywhere, is that
tests aren't just limited to your specific platform since the tests can be easily ported from say NodeJS to Browser JS or Bun!The documentation for it is here: https://randomgamingdev.github.io/EzDok/#v1/%22https://raw.githubusercontent.com/RandomGamingDev/BasicUnitTesterJs/main/documentation/documentation.dok%22/0/
To use it, you can simply import it as a cdn from https://cdn.jsdelivr.net/gh/RandomGamingDev/BasicUnitTesterJs/unit-tester.js (add .min before .js for the minified version), import into your project, or copy and paste `unit-tester.js` into your editor!