-
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
add tests to FormBuilder components #69
Conversation
ribeirojose
commented
Apr 28, 2024
•
edited
Loading
edited
- fix(RichTextEditor): refactor JoditEditor import
- refactor(Form): refactor to make more performant
- test(FormBuilder): add tests to FormBuilder elements
Before (~2%) | After ( ~47%) |
---|---|
d210d79
to
d4720c7
Compare
d4720c7
to
221d30e
Compare
); | ||
}; | ||
|
||
// it("renders the correct error message when validation fails", async () => { |
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.
couldn't make this work 😢 lmk if you want to try it out @devjoaov otherwise I'll just remove them and merge without it
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.
I'll create a task for that
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.
Thanks for that, I don't have experience testing frontend components so I'll trust your judgment here 👍