We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mock-fs is currently used for test/generator/local.js. Tests pass in Node 20.4 and earlier, but fail in more recent versions of Node.
mock-fs
test/generator/local.js
Possible related to: tschaub/mock-fs#377
Since this is a very limited use case, I think it could be resolved by either:
fs
memfs
The text was updated successfully, but these errors were encountered:
I totally agree. The sample directory sounds like the most straightforward option to me.
Sorry, something went wrong.
stennie
No branches or pull requests
mock-fs
is currently used fortest/generator/local.js
. Tests pass in Node 20.4 and earlier, but fail in more recent versions of Node.Possible related to: tschaub/mock-fs#377
Since this is a very limited use case, I think it could be resolved by either:
fs
behaviourmemfs
or an alternative packageThe text was updated successfully, but these errors were encountered: