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 am using Sahpool VFS in my codebase. I am curious whether it is possible to cover my code with tests, e.g., using the Jest library. In the documentation, it is mentioned that Node.js is currently only supported for in-memory databases without persistence. Technically, tests are executed in the Node.js environment. Does it mean that the code that uses Sahpool VFS can not be covered with the tests?