File tree 4 files changed +916
-445
lines changed
4 files changed +916
-445
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[options]
10
10
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectError
11
+ module.file_ext=.js
12
+ module.file_ext=.jsx
13
+ module.file_ext=.json
14
+ module.file_ext=.css
15
+ module.file_ext=.scss
16
+ module.file_ext=.graphql
17
+ module.name_mapper='^.*\.graphql$' -> 'empty/object'
Original file line number Diff line number Diff line change 90
90
"glob" : " ^7.1.3" ,
91
91
"husky" : " ^1.0.0-rc.15" ,
92
92
"identity-obj-proxy" : " ^3.0.0" ,
93
- "jest" : " ^23.6 .0" ,
93
+ "jest" : " ^24.5 .0" ,
94
94
"jest-codemods" : " ^0.16.0" ,
95
95
"jest-transform-graphql" : " ^2.1.0" ,
96
96
"lint-staged" : " ^7.3.0" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import React from 'react';
13
13
import { graphql } from 'react-apollo' ;
14
14
import type { OperationComponent } from 'react-apollo' ;
15
15
import withStyles from 'isomorphic-style-loader/lib/withStyles' ;
16
- // $FlowExpectError
17
16
import newsQuery from './news.graphql' ;
18
17
import s from './Home.css' ;
19
18
You can’t perform that action at this time.
0 commit comments