Open newtmex opened 2 years ago
This is my attempt to provide solution for https://github.com/mwood23/slate-test-utils/issues/8
I also added a getEditorElement command as a convenience helper to get the editor element should in case a user wants to do stuff with it (as seen in the image.test.tsx example)
getEditorElement
image.test.tsx
@mwood23 I would love to hear your thoughts on this.
This is my attempt to provide solution for https://github.com/mwood23/slate-test-utils/issues/8
I also added a
getEditorElement
command as a convenience helper to get the editor element should in case a user wants to do stuff with it (as seen in theimage.test.tsx
example)@mwood23 I would love to hear your thoughts on this.