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
Our unit tests fail with:
1) node-flags isNodeFlag() special cases should return true for flags starting with "preserve-symlinks": UnexpectedError: expected true to be false
It's the only failing test while running npm test on Windows.
npm test
According to Node's docu this flag should still exist. It is also included within process.allowedNodeEnvirnmentFlags.
process.allowedNodeEnvirnmentFlags
mocha --version
node node_modules/.bin/mocha --version
node --version
The text was updated successfully, but these errors were encountered:
juergba
Successfully merging a pull request may close this issue.
Description
Our unit tests fail with:
It's the only failing test while running
npm test
on Windows.According to Node's docu this flag should still exist. It is also included within
process.allowedNodeEnvirnmentFlags
.Versions
mocha --version
andnode node_modules/.bin/mocha --version
: current masternode --version
: v12.1.0The text was updated successfully, but these errors were encountered: