tschaub / mock-fs

Configurable mock for the fs module
https://npmjs.org/package/mock-fs
Other
906 stars 85 forks source link

Sqlite compatibility #315

Open aiscrim opened 3 years ago

aiscrim commented 3 years ago

Mock-fs doesn't seem to be compatible with sqlite3. When creating a new database, it fails with this error message: SQLITE_CANTOPEN: unable to open database file

If I remove the mock({}); line from my unit tests, everything runs fine.

Any suggestions of what I could try to get it to work?