@bemoje/tests
v1.3.1
Published
- version 1.3.1 - License: MIT - August, 2020 - Benjamin Moeller Jensen <[email protected]>
Downloads
56
Readme
@bemoje/tests
- version 1.3.1
- License: MIT
- August, 2020
- Benjamin Moeller Jensen [email protected]
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/tests
usage
cd to project folder
tests --init
A template test file has been generated.
To run tests, do:
npm test