We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76ef16 commit 3eebcbcCopy full SHA for 3eebcbc
__tests__/spec/branches.ts
@@ -10,10 +10,9 @@ describe('branch test', () => {
10
expect(branch.local.length).toStrictEqual(1);
11
expect(branch.remote).toBeUndefined();
12
} else {
13
+ // TODO: it must be failed.
14
expect(branch).toStrictEqual({
15
local: [
- 'feature/add-branches',
16
- 'feature/add-remote-details',
17
'main'
18
],
19
});
@@ -30,14 +29,13 @@ describe('branch test', () => {
30
29
expect(branch.remote.pull.length).toStrictEqual(1);
31
}
32
33
34
35
36
37
38
39
remote: {
40
- origin: [ 'feature/add-branches', 'main' ],
+ origin: [ 'main' ],
41
},
42
43
0 commit comments