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
Run npm test after cloning on windows.
npm test
The 3 .mjs file in /config/ are CRLF and cause errors in test.
.mjs
I'm not familiar with test, should the fix convert those 3 files to LF or remove this test?
The text was updated successfully, but these errors were encountered:
You could disable git's autocrlf for this repo, or globally. But once #10647 is merged, it won't matter what git settings you use
autocrlf
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
How to reproduce the issue?
Run
npm test
after cloning on windows.The 3
.mjs
file in /config/ are CRLF and cause errors in test.I'm not familiar with test, should the fix convert those 3 files to LF or remove this test?
The text was updated successfully, but these errors were encountered: