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
This is a requirement for React v18 upgrade - https://github.com/canonical-web-and-design/app-tribe/issues/798 as enzyme does not support React v18 enzymejs/enzyme#2524 Enzyme to React Testing Library
grep --include=\*.test.{tsx,js} -rnw './src/app' -e "enzyme" -l | xargs du -sh | sort -k1
List of tests for enzyme to testing library migration:
The text was updated successfully, but these errors were encountered:
This is awesome, thanks @petermakowski
Sorry, something went wrong.
Removed completed task and added a fresh list by running a grep on master: grep --include=\*.test.{tsx,ts} -rnw './ui' -e "enzyme" -l
grep --include=\*.test.{tsx,ts} -rnw './ui' -e "enzyme" -l
Closing as it'll be tracked in https://github.com/canonical-web-and-design/app-tribe/issues/1048
No branches or pull requests
This is a requirement for React v18 upgrade - https://github.com/canonical-web-and-design/app-tribe/issues/798
as enzyme does not support React v18 enzymejs/enzyme#2524
Enzyme to React Testing Library
grep to get a list of files sorted by their size
grep --include=\*.test.{tsx,js} -rnw './src/app' -e "enzyme" -l | xargs du -sh | sort -k1
List of tests for enzyme to testing library migration:
ui/
The text was updated successfully, but these errors were encountered: