Skip to content

Commit

Permalink
Removing renderWithStyles() test
Browse files Browse the repository at this point in the history
  • Loading branch information
miukimiu committed Apr 21, 2022
1 parent 9a54d6c commit 19f9897
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/beacon/beacon.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@
import React from 'react';
import { render } from 'enzyme';
import { requiredProps } from '../../test/required_props';
import {
renderWithStyles,
shouldRenderCustomStyles,
} from '../../test/internal';
import { shouldRenderCustomStyles } from '../../test/internal';

import { EuiBeacon } from './beacon';

describe('EuiBeacon', () => {
renderWithStyles(<EuiBeacon />);
shouldRenderCustomStyles(<EuiBeacon />);

test('is rendered', () => {
Expand Down

0 comments on commit 19f9897

Please sign in to comment.