Skip to content

Commit db13009

Browse files
Marcin Szamotulskidanez
authored andcommitted
fix propTypeHandler-test
1 parent f0df112 commit db13009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/__tests__/propTypeHandler-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jest.mock('../../utils/getPropType', () => jest.fn(() => ({})));
1515

1616
import {statement, expression} from '../../../tests/utils';
1717
import Documentation from '../../Documentation';
18-
import propTypeHandler from '../propTypeHandler';
18+
import {propTypeHandler} from '../propTypeHandler';
1919

2020
describe('propTypeHandler', () => {
2121
var getPropTypeMock;

0 commit comments

Comments
 (0)