From ba558ecf91090699e5792ae4b4ae330b542b36b5 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sat, 24 Oct 2020 21:26:43 -0400 Subject: [PATCH] chore(design-system): cleanup typist tests --- src/design-system/atoms/typist/Typist.spec.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/design-system/atoms/typist/Typist.spec.tsx b/src/design-system/atoms/typist/Typist.spec.tsx index efa7e66..96aaa76 100644 --- a/src/design-system/atoms/typist/Typist.spec.tsx +++ b/src/design-system/atoms/typist/Typist.spec.tsx @@ -1,6 +1,5 @@ -import { mount, shallow } from 'enzyme'; +import { shallow } from 'enzyme'; import * as React from 'react'; -import { act } from 'react-dom/test-utils'; import { Typist } from './Typist'; jest.useFakeTimers();