test(core): fix test names
This commit is contained in:
parent
44cca2ddd6
commit
6a7c99259a
3 changed files with 8 additions and 7 deletions
|
@ -3,7 +3,7 @@ import { mockDocument, mockUtils } from '+test'
|
|||
import { render } from '@testing-library/react'
|
||||
import { Renderer } from './renderer'
|
||||
|
||||
describe('context menu', () => {
|
||||
describe('renderer', () => {
|
||||
test('mounts component without crashing', () => {
|
||||
render(
|
||||
<Renderer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue