mantrajs / mantra-cli

Command line interface for building Meteor apps with Mantra
MIT License
135 stars 34 forks source link

[Feature] make tests optional #111

Closed macrozone closed 7 years ago

macrozone commented 7 years ago

in my current project, we do snapshot tests with https://github.com/storybooks/storyshots and acceptance-tests (with chimp).

We therefore forgo typical unit tests of components.

it would be cool to be able to configure whether these tests should be created or not

sungwoncho commented 7 years ago

The feature makes sense. 👍