Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriSolid committed Feb 11, 2021
1 parent 4c0c007 commit 60ad808
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/tests/ui/WrapperWidgetUI.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import React from 'react';
import {
render,
fireEvent,
screen,
findAllByText,
getAllByText
} from '@testing-library/react';
import { render, fireEvent, screen } from '@testing-library/react';
import { WrapperWidgetUI, FormulaWidgetUI } from 'src/ui';

describe('WrapperWidgetUI', () => {
Expand Down

0 comments on commit 60ad808

Please sign in to comment.