// import { TestEditor } from '../TestEditor'

// let editor: TestEditor

// beforeEach(() => {
// 	editor =new TestEditor()
// })

describe('When pinching', () => {
	it.todo('Pinches the camera')
})
