refactor(editor): Delete unused code (no-changelog) (#9866)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-06-26 11:45:41 +02:00
committed by GitHub
parent 405e8746c9
commit 803895360c
35 changed files with 16 additions and 258 deletions

View File

@@ -78,7 +78,7 @@ describe('CanvasNode', () => {
describe('toolbar', () => {
it('should render toolbar when node is hovered', async () => {
const { getByTestId, container } = renderComponent({
const { getByTestId } = renderComponent({
props: {
...createCanvasNodeProps(),
},