Making ava aware of nested declaration files #2959
Unanswered
jonasmerlin
asked this question in
Q&A
Replies: 1 comment
-
With the configuration you've shared, (And I don't know why |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I'm using ava with the following config to test my fastify app:
The thing is, under
src/
I have 2 subdirs for different scripts. I'm having a__tests__
folder in the root of the project that mirrors that, so it also contains 2 subdirs. That worked great until now. Nowsrc/subdir1/
contains atypes
dir with.d.ts
files for declaration merging. Those don't get picked up by ava it seems. Regular compilation works fine. Any idea how to tell ava about them?Beta Was this translation helpful? Give feedback.
All reactions