Stubs tests

This commit is contained in:
Steve Ruiz 2021-09-01 10:03:41 +01:00
parent e6535c4dd4
commit 89dfd22bac

View file

@ -226,4 +226,12 @@ describe('TLDrawState', () => {
expect(tlstate.selectedIds).toStrictEqual([])
})
})
describe('Copies to JSON', () => {
// TODO
})
describe('Copies to SVG', () => {
// TODO
})
})