Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 220 Bytes

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 🚧