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

Commit 78b1c9c

Browse files
committed
GithubTabHeaderContainer tests
1 parent 7fe471e commit 78b1c9c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/containers/github-tab-header-container.test.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ describe('GithubTabHeaderContainer', function() {
2727
<GithubTabHeaderContainer
2828
loginModel={model}
2929
endpoint={getEndpoint('github.com')}
30-
getCurrentWorkDirs={() => null}
30+
currentWorkDir={null}
31+
contextLocked={false}
32+
changeWorkingDirectory={() => {}}
33+
setContextLock={() => {}}
34+
getCurrentWorkDirs={() => new Set()}
35+
onDidChangeWorkDirs={() => {}}
3136
{...overrideProps}
3237
/>
3338
);

0 commit comments

Comments
 (0)