Skip to content

Commit

Permalink
Icon: refactor tests to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
flootr committed Mar 15, 2023
1 parent 754beb4 commit 712dd0a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
*/
import { render, screen } from '@testing-library/react';

/**
* WordPress dependencies
*/
import { Path, SVG } from '@wordpress/primitives';

/**
* Internal dependencies
*/
import Icon from '../';
import { Path, SVG } from '../../';
import Icon from '..';

describe( 'Icon', () => {
const testId = 'icon';
Expand Down

0 comments on commit 712dd0a

Please sign in to comment.