Tldraw/packages/tldraw/src/test/TestEditor.test.ts

8 wiersze
132 B
TypeScript

import { TestEditor } from './TestEditor'
it('loads the test app', () => {
expect(() => {
new TestEditor()
}).not.toThrow()
})