-
I know for some third party components I have to do this above strategy to work. https://github.com/Megabit/Blazorise/blob/5fa938f2ace5bbfbe7a73f0fdde3217e57f71d70/docs/_docs/extensions/richtextedit.md |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for reaching out. As this is not really a bUnit issue, I've converted this to a discussion QA. The Blazorise folks use bUnit internally, so I would reach out to them for guidance on how to test components that use their RichTextEdit component. What I would try before reaching out to them though is to try calling |
Beta Was this translation helpful? Give feedback.
-
yes it worked. could have information like that in the documentation. |
Beta Was this translation helpful? Give feedback.
Hey, thanks for reaching out. As this is not really a bUnit issue, I've converted this to a discussion QA.
The Blazorise folks use bUnit internally, so I would reach out to them for guidance on how to test components that use their RichTextEdit component.
What I would try before reaching out to them though is to try calling
ctx.Services.AddBlazoriseRichTextEdit()
and see if that is able to register the internalRteJsInterop
.