micromata / Baumeister

Unmaintained – :construction_worker: The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
MIT License
171 stars 37 forks source link

refactor: Use CLI options to generate test coverage #253

Closed mischah closed 6 years ago

mischah commented 6 years ago

In the next major release npm test will run tests without generating coverage reports.

For now npm test and npm run test:coverage will do the same. This is to prevent a breaking change and will be updated with the next major release. Feel free to change this in your project setup.