-
Notifications
You must be signed in to change notification settings - Fork 12
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
Draft: Add support for react-testing-library with shallow rendering #216
Open
Filipoliko
wants to merge
424
commits into
next
Choose a base branch
from
ima-testing-library
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: 🎸 init Localize feature implementation
ima-webpack es5 test
* chore: 🤖 Devtools cleanup, generalized build proccess * style: 💄 devtools code style to match rest of codebase * fix: 🐛 Fixed overlay.js static path * chore: 🤖 updated package-lock * chore: 🤖 fixed error overlay build * style: 💄 less code style fixes * style: 💄 tab-size: 2 defaults for error overlay content * chore: 🤖 Replaced webpack-nano with webpack-cli
* refactor: 💡 Removed unused svg features and minify defaults * chore: 🤖 Updated dependencies * feat: 🎸 Added ability to easily override swc config * feat: 🎸 Added ability to override default source maps config * fix: 🐛 Fixes issues with duplicate renders of progress bar * chore: 🤖 Fixed cli build * refactor: 💡 fixed ProgressBar private properties
…les (#202) * chore: 🤖 Removed todo and feed templates from create-ima-app * chore: 🤖 Rewritten create-ima-app to esm * refactor: 💡 Fixed missing @ima/cli in the template package.json * refactor: 💡 CR fixes
* chore: 🤖 Devtools cleanup, generalized build proccess * style: 💄 devtools code style to match rest of codebase * fix: 🐛 Fixed overlay.js static path * chore: 🤖 updated package-lock * chore: 🤖 fixed error overlay build * style: 💄 less code style fixes * style: 💄 tab-size: 2 defaults for error overlay content * refactor: 💡 $IMA.Runner refactor proposal * feat: 🎸 Refactored the way scripts are loaded using IMA.Runner * refactor: 💡 reverted moduleId names * refactor: 💡 spa.html template fixes, added documentaiton * refactor: 💡 Minor tweaks to createScript function * refactor: 💡 removed window prefix on client-side init script * refactor: 💡 Moved init script to runner, cleaned spa.html * refactor: 💡 Added ability to override IMA.Runner parts * refactor: 💡 Use imaRunner from public/static in ServerRenderer * feat: 🎸 Initial implementation of embedded runtime runner code * refactor: 💡 Changed runner code generation to use ejs * feat: 🎸 Inline runner in SPA.html instead of separate script * refactor: 💡 Removed html-minimizer and compress for html files * test: 💍 Test fixes * fix: 🐛 Fixed error in AMP plugin compilation * refactor: 💡 Refactored $Source to function generator * docs: ✏️ Fixed docstring on _getRevivalSettings() * refactor: 💡 Refactored injection of sources and runner * chore: 🤖 Fixed build
* chore: 🤖 Reworked dev utility script * chore: 🤖 Dev script can now restart server and watch changes
* fix: 🐛 Fixed issue with displaying compile errors in overlay * fix: 🐛 Fixed node18 support
chore: 🤖 Fixed benchmark test
* feat: 🎸 Node 18 native fetch support * refactor: 💡 Inject whatwg-fetch diretly in build * refactor: 💡 Reverted changes in package.json due to benchmark t * refactor: 💡 Removed benchmark test remnants * chore: 🤖 Upped travis to node 18 * test: 💍 Fixed tests * test: 💍 Fixed HttpAgent tests * refactor: 💡 Reverted TravisCI node version
* feat: 🎸 Kill already running app on the same port before launch * chore: 🤖 Fixed package-lock.json
* refactor: 💡 Rewritten helpers to esm modules * refactor: 💡 Fixed browser export field * test: 💍 Fixed tests * test: 💍 Fixed tests
Filipoliko
changed the title
Add support for react-testing-library with shallow rendering
Draft: Add support for react-testing-library with shallow rendering
Jun 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.