import TestState from '../test-utils' describe('draw command', () => { const tt = new TestState() tt.resetDocumentState() it('does command', () => { // TODO null }) it('un-does command', () => { // TODO null }) it('re-does command', () => { // TODO null }) })