Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Nov 28, 2019
1 parent f0cf8ad commit 191d9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import React from 'react';
import { mount, ReactWrapper } from 'enzyme';
import { act } from 'react-hooks-testing-library';
import { act } from '@testing-library/react-hooks';

import { I18nProvider } from '@kbn/i18n/react';
import { EuiButtonGroup } from '@elastic/eui';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

import { renderHook } from 'react-hooks-testing-library';
import { renderHook } from '@testing-library/react-hooks';
import { useShallowCompareEffect } from './use_shallow_compare_effect';

describe('useShallowCompareEffect', () => {
Expand Down

0 comments on commit 191d9f0

Please sign in to comment.