avajs / typescript

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

Document that users likely need to exclude the TypeScript output directory from AVA's test selection #9

Closed novemberborn closed 4 years ago

novemberborn commented 4 years ago

If you're not selecting tests from a specific source directory, you should add an exclusion pattern like !build/** to AVA's files configuration.

We should document this.

novemberborn commented 4 years ago

Fixed by https://github.com/avajs/typescript/pull/11.