Skip to content

Commit

Permalink
test: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Dec 5, 2021
1 parent 90f062e commit 3881e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/alert/__tests__/index.test.tsx
@@ -1,5 +1,5 @@
import React from 'react';
import { mount } from 'enzyme';
import { mount, render } from 'enzyme';
import { act } from 'react-dom/test-utils';
import Alert from '..';
import Button from '../../button';
Expand Down

0 comments on commit 3881e5d

Please sign in to comment.