chore(design-system): cleanup typist tests

This commit is contained in:
41666 2020-10-24 21:26:43 -04:00
parent 652e76241d
commit ba558ecf91

View file

@ -1,6 +1,5 @@
import { mount, shallow } from 'enzyme'; import { shallow } from 'enzyme';
import * as React from 'react'; import * as React from 'react';
import { act } from 'react-dom/test-utils';
import { Typist } from './Typist'; import { Typist } from './Typist';
jest.useFakeTimers(); jest.useFakeTimers();