-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
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
Migrate tests #763
Migrate tests #763
Conversation
* Ignore some contents of the .yarn directory
.yarn/releases/yarn-1.22.19.cjs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this got staged and after that .yarn folder is added on gitignore. You will need to untrack the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yarn docs recommend committing .yarn/releases
to the repo. The reasoning behind this is:
You will want to keep them (.yarn/plugins and .yarn/releases) versioned (this prevents potential issues if, say, two engineers use different Yarn versions with different features).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .yarn/releases
directory contains whatever version of Yarn is being used. I can ignore it, but it is not recommended.
* Rename input.spec.js to input.spec.jsx
* Remove @testing-library/react-hooks
Merging this to the dev will work with main repo directly. |
The primary goals of this PR are:
Checklist: