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

Commit c41c1c2

Browse files
fix 'GitHubTabContainer' test warnings
1 parent 0dc2505 commit c41c1c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export function gitHubTabItemProps(atomEnv, repository, overrides = {}) {
1212
workspace: atomEnv.workspace,
1313
repository,
1414
loginModel: new GithubLoginModel(InMemoryStrategy),
15+
project: {},
16+
changeProjectWorkingDirectory: () => {},
1517
...overrides,
1618
};
1719
}

0 commit comments

Comments
 (0)