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

Commit 989e727

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export function gitHubTabItemProps(atomEnv, repository, overrides = {}) {
1212
workspace: atomEnv.workspace,
1313
repository,
1414
loginModel: new GithubLoginModel(InMemoryStrategy),
15+
project: {
16+
getPaths: () => {},
17+
},
18+
changeProjectWorkingDirectory: () => {},
1519
...overrides,
1620
};
1721
}

0 commit comments

Comments
 (0)