Skip to content

Commit

Permalink
chore: 🤖 fix master after late merge
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Aug 2, 2019
1 parent 9081b99 commit 9e82f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/useMountedState.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { renderHook } from 'react-hooks-testing-library';
import { renderHook } from '@testing-library/react-hooks';
import useMountedState from '../useMountedState';

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

0 comments on commit 9e82f1b

Please sign in to comment.