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
Is your feature request related to a problem? Please describe.
Some files, used as mock dependencies can be out of the mock folder(s). E.g. configurations, files shared with main project, etc.
To make sure any related change in that files accepted by mocker, they also should be watched.
Describe the solution you'd like
MockerOption can have a field like filesToWatch (additionalFilesToWatch, watchFiles, etc., next to the field watchOptions), that can contain array of additional files and folders.
All that entries should be added to watch list, but not to mock list.
The minimal resolution should be file, because it can be, for example, placed at the root folder of a project and we don't want to watch the whole project.
Issue Checklist
I have checked for other similar issues
I have explained why this change is important
I have added necessary documentation (if appropriate)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some files, used as mock dependencies can be out of the mock folder(s). E.g. configurations, files shared with main project, etc.
To make sure any related change in that files accepted by mocker, they also should be watched.
Describe the solution you'd like
MockerOption can have a field like filesToWatch (additionalFilesToWatch, watchFiles, etc., next to the field watchOptions), that can contain array of additional files and folders.
All that entries should be added to watch list, but not to mock list.
The minimal resolution should be file, because it can be, for example, placed at the root folder of a project and we don't want to watch the whole project.
Issue Checklist
The text was updated successfully, but these errors were encountered: