Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 642 Bytes

File metadata and controls

20 lines (13 loc) · 642 Bytes

Testing Javascript

Demos shown on the Testing JavaScript - tooling and integration session for the Tarabica 17 conference.

Running Demos

Run npm install both in the base folder and in the mutations folder

Simple test demo

Run npm run test:simple The results are available in the console and in the coverage folder

Dependecy management test demo

Run npm run test:dep The results are available in the console and in the coverage folder

Mutation testing demo

Run npm run test:mutate The results are available in the console and in the mutations\reports folder