You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got confused with the mocking documentation and thought that all I needed to instantiate fallback-monitoring was to add the x-mock-implemented flag on each path I wanted mocked.
Maybe include a code snippet that shows how to add the mock to the middleware:
app.use(middleware.mock())
The text was updated successfully, but these errors were encountered:
I got confused with the mocking documentation and thought that all I needed to instantiate fallback-monitoring was to add the
x-mock-implemented
flag on each path I wanted mocked.Maybe include a code snippet that shows how to add the mock to the middleware:
The text was updated successfully, but these errors were encountered: