Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 153 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 153 Bytes

Unit testing sample code

Install package

npm install

Run unit test

npm run test

Run unit test watch mode

npm run test:watch