File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
src-react/__tests__/middlewares/redux-api Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 167
167
"moduleNameMapper" : {
168
168
"^react-native$" : " react-native-web"
169
169
},
170
+ "moduleDirectories" : [
171
+ " node_modules" ,
172
+ " src-react/__tests__/"
173
+ ],
170
174
"modulePaths" : [
171
175
" src-react"
172
176
]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import configureStore from 'redux-mock-store';
5
5
import { createStore , applyMiddleware } from 'redux' ;
6
6
import { apiMiddleware } from 'redux-api-middleware' ;
7
7
8
- import { FETCH_HEADER } from '../../ utils/constants' ;
8
+ import { FETCH_HEADER } from 'utils/constants' ;
9
9
import * as types from 'constants/action-types' ;
10
10
import { fetchUngitConfig } from 'actions/ungit-config' ;
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import configureStore from 'redux-mock-store';
5
5
import { createStore , applyMiddleware } from 'redux' ;
6
6
import { apiMiddleware } from 'redux-api-middleware' ;
7
7
8
- import { FETCH_HEADER } from '../../ utils/constants' ;
8
+ import { FETCH_HEADER } from 'utils/constants' ;
9
9
import * as types from 'constants/action-types' ;
10
10
import { fetchUserConfig } from 'actions/user-config' ;
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import configureStore from 'redux-mock-store';
5
5
import { createStore , applyMiddleware } from 'redux' ;
6
6
import { apiMiddleware } from 'redux-api-middleware' ;
7
7
8
- import { FETCH_HEADER } from '../../ utils/constants' ;
8
+ import { FETCH_HEADER } from 'utils/constants' ;
9
9
import * as types from 'constants/action-types' ;
10
10
import { fetchLatestVersion , fetchGitVersion } from 'actions/version' ;
11
11
You can’t perform that action at this time.
0 commit comments