We have simplified the Editor component a lot, which makes it a great candidate for some Jest unit tests. I'd like to test the render and update lifecycle and make sure we'e appropriately setting the correct text and showing the correct line: - [ ] flashLine - [ ] setText We can model these tests after other component unit tests :smile:
We have simplified the Editor component a lot, which makes it a great candidate for some Jest unit tests.
I'd like to test the render and update lifecycle and make sure we'e appropriately setting the correct text and showing the correct line:
We can model these tests after other component unit tests 😄