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
As documentation says "Sometimes it is more convenient to set mocks right in tests, without storing them to the file system". But all other requests are unnecessary and written into filesystem.
I propose adding an option to turn off responds writing. It will give an ability to work only with interceptors and won't create redundant additional folder.
The text was updated successfully, but these errors were encountered:
As documentation says "Sometimes it is more convenient to set mocks right in tests, without storing them to the file system". But all other requests are unnecessary and written into filesystem.
I propose adding an option to turn off responds writing. It will give an ability to work only with interceptors and won't create redundant additional folder.
The text was updated successfully, but these errors were encountered: