1.3.1 • Published 6 years ago
@bemoje/tests v1.3.1
@bemoje/tests
- version 1.3.1
- License: MIT
- August, 2020
- Benjamin Moeller Jensen bemoje@gmail.com
Tiny module for testing esm modules that tries to make the most lightweight testing "framework" possible, while automatically generating test files. Offers all chai asserts as properties of the global object.
install
npm install -g @bemoje/testsusage
cd to project folder
tests --initA template test file has been generated.
To run tests, do:
npm test