File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 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' ;
44
55describe ( 'API v3 test' , ( ) => {
66 describe ( 'v3 call' , ( ) => {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 SUBMIT_NEW_ISSUE ,
1414} from 'issue/issue.type' ;
1515import { initialState , issueReducer } from 'issue/issue.reducer' ;
16- import { open } from '../../data /api/issue' ;
16+ import { open } from 'testData /api/issue' ;
1717
1818describe ( 'Issuer Reducer' , ( ) => {
1919 it ( 'should have initial state' , ( ) => {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import {
1111 GET_STAR_COUNT ,
1212} from 'user/user.type' ;
1313import { 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' ;
1616
1717describe ( 'User Reducer' , ( ) => {
1818 it ( 'should set initial state' , ( ) => {
You can’t perform that action at this time.
0 commit comments