Next.js Discord

Discord Forum

Middleware running in my unit tests

Unanswered
Danny P. posted this in #help-forum
Open in Discord
I have been working on a project for my client and we have been using middleware to check authentication and stuff. In the unit tests for our forms when we test that the API is called using "msw" to mock the APIs it is triggering the middleware which I do not want.

0 Replies