File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ describe('branch test', () => {
10
10
expect ( branch . local . length ) . toStrictEqual ( 1 ) ;
11
11
expect ( branch . remote ) . toBeUndefined ( ) ;
12
12
} else {
13
+ // TODO: it must be failed.
13
14
expect ( branch ) . toStrictEqual ( {
14
15
local : [
15
- 'feature/add-branches' ,
16
- 'feature/add-remote-details' ,
17
16
'main'
18
17
] ,
19
18
} ) ;
@@ -30,14 +29,13 @@ describe('branch test', () => {
30
29
expect ( branch . remote . pull . length ) . toStrictEqual ( 1 ) ;
31
30
}
32
31
} else {
32
+ // TODO: it must be failed.
33
33
expect ( branch ) . toStrictEqual ( {
34
34
local : [
35
- 'feature/add-branches' ,
36
- 'feature/add-remote-details' ,
37
35
'main'
38
36
] ,
39
37
remote : {
40
- origin : [ 'feature/add-branches' , ' main' ] ,
38
+ origin : [ 'main' ] ,
41
39
} ,
42
40
} ) ;
43
41
}
You can’t perform that action at this time.
0 commit comments