Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 212 Bytes

File metadata and controls

15 lines (10 loc) · 212 Bytes

HW4

You can install package through:

npm i

After finish your test code in tests/calculator_test.js, you can run Stryker by:

npm run mutate

to get your mutation testing result.