Stubs tests
This commit is contained in:
parent
e6535c4dd4
commit
89dfd22bac
1 changed files with 8 additions and 0 deletions
|
@ -226,4 +226,12 @@ describe('TLDrawState', () => {
|
|||
expect(tlstate.selectedIds).toStrictEqual([])
|
||||
})
|
||||
})
|
||||
|
||||
describe('Copies to JSON', () => {
|
||||
// TODO
|
||||
})
|
||||
|
||||
describe('Copies to SVG', () => {
|
||||
// TODO
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue