import React from 'react'
import renderWithTheme from '../../testHelper'
import RemoveButton from '../RemoveButton'
describe('', () => {
it('shows the correct snapshot tree for the block', () => {
const tree = renderWithTheme(
{}}
/>,
)
expect(tree).toMatchSnapshot()
})
})