-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: initial mvp #1
base: main
Are you sure you want to change the base?
Conversation
baseElement = document.body; | ||
} | ||
|
||
if (!container) { |
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.
We'll still need to use the wrapper
here if passed, I removed it for now but will get back to it soon :)
Can we merge this, it would be nice to use this! :) |
Hi @EggDice! |
I didn't want to make you work on weekends, I am happy to help, how can I? :) |
cleanup by using the new cleanup function
☁️ Nx Cloud ReportAttention: This version of the Nx Cloud GitHub bot will cease to function on July 1st, 2023. An organization admin can update your integration here. CI is running/has finished running commands for commit 148c9c9. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
@EggDice, It's actually good that you've reminded me, I meant to get back to it :) It just took me more time than I thought it will. |
What is it?
Description
Initial implementation for qwik-testing-library
SHAI NOTES:
Consider using the typeJSXNode
from Qwik instead ofUi
The first test is passing but there is still an error in the logs we need to fixThe first testing is failing inconsistently when usinguseScopedStyles
, we should investigate that one.