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?