mwood23 / slate-test-utils

A toolkit to test Slate rich text editors with Jest, React Testing Library, and hyperscript! Write user driven integration tests with ease.
MIT License
57 stars 6 forks source link

Trying to solve https://github.com/mwood23/slate-test-utils/issues/8 #12

Open newtmex opened 2 years ago

newtmex commented 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)

@mwood23 I would love to hear your thoughts on this.