Timeline for Code coverage with Mocha
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 11, 2022 at 22:34 | comment | added | RobertG | It worked really well for me, even with lots of added mocha parameters, e.g. from my package.json: { "scripts": { "test": "mocha --reporter=spec --recursive test/spec", "coverage": "c8 mocha --reporter=html --recursive test/spec", ... ... ... | |
| Jan 8, 2022 at 3:43 | history | answered | Digicrat | CC BY-SA 4.0 |