Closed novemberborn closed 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.
!build/**
files
We should document this.
Fixed by https://github.com/avajs/typescript/pull/11.
If you're not selecting tests from a specific source directory, you should add an exclusion pattern like
!build/**
to AVA'sfiles
configuration.We should document this.