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

Commit 72e9eff

Browse files
committed
Fill in missing props
1 parent 0832dfb commit 72e9eff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ export function gitTabItemProps(atomEnv, repository, overrides = {}) {
2727
openFiles: noop,
2828
openInitializeDialog: noop,
2929
changeWorkingDirectory: noop,
30+
contextLocked: false,
31+
setContextLock: () => {},
3032
onDidChangeWorkDirs: () => ({dispose: () => {}}),
31-
getCurrentWorkDirs: () => [],
33+
getCurrentWorkDirs: () => new Set(),
3234
...overrides
3335
};
3436
}

0 commit comments

Comments
 (0)