Starts on menu, page panel

This commit is contained in:
Steve Ruiz 2021-08-16 08:49:31 +01:00
parent 72f680ce65
commit 9c45e0a5a5
46 changed files with 811 additions and 35 deletions

View file

@ -4,7 +4,7 @@ import { render } from '@testing-library/react'
import { Renderer } from './renderer'
describe('context menu', () => {
test('mounts component', () => {
test('mounts component without crashing', () => {
render(
<Renderer
shapeUtils={mockUtils}