Skip to content

Commit

Permalink
test: move hook test to its own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Nov 27, 2018
1 parent 15c345e commit 6bf60ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'jest-enzyme';
import debounce = require('lodash/debounce');
import * as React from 'react';

import { useWindowResize } from '../hooks/useWindowResize';
import { useWindowResize } from '../../../hooks/useWindowResize';

describe('useWindowResize hook', () => {
let addEventListenerSpy: jest.SpyInstance;
Expand Down

0 comments on commit 6bf60ca

Please sign in to comment.