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

Commit

Permalink
fix 'GitHubTabContainer' test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wadethestealth committed Oct 16, 2019
1 parent 0dc2505 commit 61a39e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/fixtures/props/github-tab-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export function gitHubTabItemProps(atomEnv, repository, overrides = {}) {
workspace: atomEnv.workspace,
repository,
loginModel: new GithubLoginModel(InMemoryStrategy),
project: {
getPaths: () => [],
},
changeProjectWorkingDirectory: () => {},
...overrides,
};
}
Expand Down

0 comments on commit 61a39e3

Please sign in to comment.