-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
You can now select for the global filter to land at the end of a task #462
base: main
Are you sure you want to change the base?
You can now select for the global filter to land at the end of a task #462
Conversation
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.
Please remove package-lock.json
and use yarn
instead. Yarn should also use the existing yarn.lock
file where dependencies should have their correct versions.
Thank you @DamnedScholar, looks very compact/nice 👍 I don't have much time right now, but I will have a look as soon as I do. |
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.
Sorry, I didn’t elaborate on that enough with my last comment. I think if you revert package.json and yarn.lock, then do a yarn install
, everything should work. Or is that not the case?
@DamnedScholar you still have unrelated changes in your |
Setting to draft status any PRs which are not currently mergable, but will be useful in future. |
This should fix #147.
I had to update
package.json
to pin@types/jest
to^27.0.0
to resolve a dependency conflict on install. Every other change is directly related to the issue fix.