eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Use `--ignore` flag for tests #43

Closed eibens closed 3 years ago

eibens commented 3 years ago

Right now, the formatter and linter will ignore a directory, but tests may still be run. Since #20 markdown files will also be tested, which can be annoying.

Use case: ignore a directory with trash files.