avajs / typescript

Test TypeScript projects using AVA.
MIT License
73 stars 16 forks source link

Tweak globs depending on compile configuration #39

Closed alebianco closed 1 year ago

alebianco commented 3 years ago

Generates different ignore patterns depending on the pre-compilation configuration:

When the pre-compilation is on:

When the pre-compilation is off:

Fixes #33.