Skip to content

Files

Latest commit

author
Anibal Español
May 27, 2022
1e77ae0 · May 27, 2022

History

History
18 lines (14 loc) · 220 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 220 Bytes

For testing:

Install jest

npm i -D jest

Run all tests:

npm run test-all

Run test for specific method:

npm run test methodname

PS: Tests are under construction 🚧