Skip to content

Commit

Permalink
Resolve TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 28, 2021
1 parent 677c1d2 commit 0c252e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/material-ui/src/Grow/Grow.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import * as React from 'react';
import { expect } from 'chai';
import { spy, useFakeTimers } from 'sinon';
// use act from test/utils/createClientRender once we drop createMount from this test
import { createClientRender, describeConformance } from 'test/utils';
import { act } from 'react-dom/test-utils';
import { act, createClientRender, describeConformance } from 'test/utils';
import { createTheme, ThemeProvider } from '@material-ui/core/styles';
import { Transition } from 'react-transition-group';
import Grow from '@material-ui/core/Grow';
Expand Down

0 comments on commit 0c252e1

Please sign in to comment.