Skip to content

Commit c2b42ec

Browse files
jy95novemberborn
authored andcommitted
Mention #1319 as a pitfall
1 parent bcb77fc commit c2b42ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/common-pitfalls.md

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ test(t => {
7575
});
7676
```
7777

78+
### Helpers are not compiled when using a non-default test folder
79+
80+
This is a [known issue](https://github.com/avajs/ava/issues/1319). You should put your tests in a folder called `test` or `__tests__`.
81+
7882
---
7983

8084
Is your problem not listed here? Submit a pull request or comment on [this issue](https://github.com/avajs/ava/issues/404).

0 commit comments

Comments
 (0)