We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb77fc commit c2b42ecCopy full SHA for c2b42ec
docs/common-pitfalls.md
@@ -75,6 +75,10 @@ test(t => {
75
});
76
```
77
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
82
---
83
84
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