Skip to content

Commit

Permalink
tmp: break unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
stevoland committed Nov 23, 2023
1 parent 5dd9dda commit 4841ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:engines": "check-engine",
"lint:peer": "npm ls >/dev/null",
"test:unit": "jest --testRegex=test/unit/.*\\.test\\.js",
"test:unit:ci": "npm run test:unit --reporters=default --reporters=github-actions",
"test:unit:ci": "npm run test:unit --reporters=github-actions --reporters=summary",
"test:me": "jest ",
"test:unit:watch": "npm run test:unit -- --watch",
"test:integration": "jest --testRegex=test/integration/.*\\.test\\.js",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/lib/plugins/teamsPartial.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('TeamsPartial', () => {
}
)

expect(github.teams.addOrUpdateRepoPermissionsInOrg).toHaveBeenCalledWith({
expect(github.teams.addOrUpdateRepoPermissionsInOrg).not.toHaveBeenCalledWith({
org,
team_id: addedTeamId,
team_slug: addedTeamName,
Expand Down

0 comments on commit 4841ac9

Please sign in to comment.