Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Oct 29, 2020
1 parent f272e1c commit 43104b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React from 'react';
import { shallow, mount } from 'enzyme';

import { SaveTimelineButton } from './save_timeline_button';
import { renderHook, act } from '@testing-library/react-hooks';
import { act } from '@testing-library/react-hooks';

jest.mock('react-redux', () => {
const actual = jest.requireActual('react-redux');
Expand Down

0 comments on commit 43104b5

Please sign in to comment.