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
The mock-fs package monkey-patches Node's fs module for file system interactions, replacing it with an implementation that creates a memory-based virtual file system. This will avoid polluting the tmp directory and may help performance.
The mock-fs package monkey-patches Node's fs module for file system interactions, replacing it with an implementation that creates a memory-based virtual file system. This will avoid polluting the tmp directory and may help performance.