Skip to content

Commit

Permalink
Mention #1319 as a pitfall
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 authored and novemberborn committed Jan 24, 2018
1 parent bcb77fc commit c2b42ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/common-pitfalls.md
Expand Up @@ -75,6 +75,10 @@ test(t => {
});
```

### Helpers are not compiled when using a non-default test folder

This is a [known issue](https://github.com/avajs/ava/issues/1319). You should put your tests in a folder called `test` or `__tests__`.

---

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

0 comments on commit c2b42ec

Please sign in to comment.