Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit a28ece8

Browse files
test fixes
1 parent 2192a25 commit a28ece8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/fixtures/props/git-tab-props.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ export async function gitTabViewProps(atomEnv, repository, overrides = {}) {
101101
discardWorkDirChangesForPaths: () => {},
102102
openFiles: () => {},
103103

104+
changeWorkingDirectory: () => {},
105+
onDidChangeWorkDirs: () => {},
106+
getCurrentWorkDirs: () => [],
107+
104108
...overrides,
105109
};
106110

test/fixtures/props/github-tab-props.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export function gitHubTabViewProps(atomEnv, repository, overrides = {}) {
6363
handlePushBranch: () => {},
6464
handleRemoteSelect: () => {},
6565
changeWorkingDirectory: () => {},
66+
onDidChangeWorkDirs: () => {},
67+
getCurrentWorkDirs: () => [],
6668

6769
...overrides,
6870
};

0 commit comments

Comments
 (0)