domohuhn / mutation-test

Automated mutation testing for any programming language
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

Running without any commandline options #13

Closed domohuhn closed 2 years ago

domohuhn commented 2 years ago

Running without any commandline options should assume the standard dart layout and glob all files in ./lib/ as inputs and use dart test as test command.

domohuhn commented 2 years ago

Done.