scribble
scribble copied to clipboard
test: added tests for undo and redo in load sketch
Description
This adds tests to verify that undo/redo behavior is correct in ScribbleNotifier.setSketch
.
Checklist
- [x] My PR title is in the style of conventional commits
- [x] All public facing APIs are documented with dartdoc
- [x] I have added tests to cover my changes