Are there any examples of unit tests with Multer ? #1196
Unanswered
AlexMachin1997
asked this question in
Q&A
Replies: 1 comment
-
Can you provide a minimal code you want to test? |
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
-
Hi everyone,
I've just finished adding Multer to my project, however, now I've got write some unit tests.
Is there any easy way to mock how Multer work's without adding a bunch of complexity ?
I want to be able to test the following:
Beta Was this translation helpful? Give feedback.
All reactions