File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import { v3 } from '../../../src/ api' ;
2
- import { open } from '../../data /api/pull-request' ;
3
- import { notification } from '../../data /api/notification' ;
1
+ import { v3 } from 'api' ;
2
+ import { open } from 'testData /api/pull-request' ;
3
+ import { notification } from 'testData /api/notification' ;
4
4
5
5
describe ( 'API v3 test' , ( ) => {
6
6
describe ( 'v3 call' , ( ) => {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
13
13
SUBMIT_NEW_ISSUE ,
14
14
} from 'issue/issue.type' ;
15
15
import { initialState , issueReducer } from 'issue/issue.reducer' ;
16
- import { open } from '../../data /api/issue' ;
16
+ import { open } from 'testData /api/issue' ;
17
17
18
18
describe ( 'Issuer Reducer' , ( ) => {
19
19
it ( 'should have initial state' , ( ) => {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import {
11
11
GET_STAR_COUNT ,
12
12
} from 'user/user.type' ;
13
13
import { initialState , userReducer } from 'user/user.reducer' ;
14
- import user from '../../data /api/user' ;
15
- import organization from '../../data /api/organization' ;
14
+ import user from 'testData /api/user' ;
15
+ import organization from 'testData /api/organization' ;
16
16
17
17
describe ( 'User Reducer' , ( ) => {
18
18
it ( 'should set initial state' , ( ) => {
You can’t perform that action at this time.
0 commit comments