Skip to content

Commit 05a5be7

Browse files
phateddanez
authored andcommitted
Small cleanup/correction
1 parent 3da5925 commit 05a5be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/__tests__/getFlowType-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ describe('getFlowType', () => {
3838

3939
recTup: statement(`
4040
export type recTup = [abc, xyz];
41-
import abc from 'abc';
42-
import xyz from 'xyz';
41+
import type { abc } from 'abc';
42+
import type { xyz } from 'xyz';
4343
`).get('declaration'),
4444

4545
MyType: statement(`

0 commit comments

Comments
 (0)