Skip to content

Commit

Permalink
[test] Make Select integration test StrictMode compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 24, 2021
1 parent dfcfc36 commit d504b2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/material-ui/test/integration/Select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ describe('<Select> integration', () => {
<MenuItem value={10}>Ten</MenuItem>
</Select>
</FormControl>,
// StrictModeViolation: Requires fake timers + act
{ strict: false },
);

act(() => {
Expand Down

0 comments on commit d504b2e

Please sign in to comment.