Right now `concise-test` just picks up files that match `tests/*.tests.js`, but this should be `tests/**/*.tests.js`. It'd also be nice to support a configurable glob of how to find test files.
Right now
concise-testjust picks up files that matchtests/*.tests.js, but this should betests/**/*.tests.js.It'd also be nice to support a configurable glob of how to find test files.