Is there a way to ignore files/folder with the codegenConfig? #282
Unanswered
jdesgagne-onemedical
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is no such a thing, but we can definitely exclude On top of this, if you rename your files to something that doesn't start with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using jest mock (
__mocks__
) feature to help with my UT, but unfortunately, react codegen think these are mock file and adds them to my podspec.That would be great if there were an
exclude
parameter as part of thecodegenConfig
config.Beta Was this translation helpful? Give feedback.
All reactions