0.0.2 • Published 2 years ago

sugartea v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

SugarTea

Sugartea is most simple unit test library in JS universe.

Usage

npx sugartea ./tests/index.js # we call it the single of truth file
# actually you can define it anywhere, see /examples script
# you can also define teardown and setup here

Sugartea didn't break in asynchronous or synchronous tests!

License

Created by SugarTea-js, Licensed in MIT License.