UNPKG

tldraw

Version:

A tiny little drawing editor.

19 lines (15 loc) 639 B
import { TestEditor } from './TestEditor' // eslint-disable-next-line @typescript-eslint/no-unused-vars let editor: TestEditor beforeEach(() => { editor = new TestEditor() }) describe('When following a user', () => { it.todo('starts following a user') it.todo('stops following a user') it.todo('stops following a user when the camera changes due to user action') it.todo('moves the camera to follow the user without unfollowing them') it.todo('stops any animations while following') it.todo('stops following a user when the page changes due to user action') it.todo('follows a user to another page without unfollowing them') })