You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because they have CRLF instead of LF for line ending
Nicolas probably assumed that Jest has per-repository settings, but it does not
The only other files that I found in the repo are images or in node_modules subdirectories
For comparison, the React repo has .gitattributes which consists of:
* text=auto
If there is a need in the future for e2e or examples to test behavior on Windows (for examples, snapshot files) then it is possible to add specific exceptions, true?
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Possible chore
The first solution for #8783 with multiline string copyright and license criterion failed for:
packages/expect/src/__tests__/__arbitraries__/sharedSettings.ts
packages/expect/src/__tests__/matchers-toContain.property.test.ts
packages/expect/src/__tests__/matchers-toContainEqual.property.test.ts
packages/expect/src/__tests__/matchers-toEqual.property.test.ts
packages/expect/src/__tests__/matchers-toStrictEqual.property.test.ts
because they have CRLF instead of LF for line ending
Nicolas probably assumed that Jest has per-repository settings, but it does not
The only other files that I found in the repo are images or in
node_modules
subdirectoriesFor comparison, the React repo has
.gitattributes
which consists of:If there is a need in the future for e2e or examples to test behavior on Windows (for examples, snapshot files) then it is possible to add specific exceptions, true?
The text was updated successfully, but these errors were encountered: