refactor(GitHubCommitActivity): switch to v4/GraphQL API (#6959)
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,13 @@ t.create('commit activity (1 week)').get('/w/eslint/eslint.json').expectBadge({
|
||||
message: isCommitActivity,
|
||||
})
|
||||
|
||||
t.create('commit activity (custom branch)')
|
||||
.get('/y/badges/squint/main.json')
|
||||
.expectBadge({
|
||||
label: 'commit activity',
|
||||
message: isCommitActivity,
|
||||
})
|
||||
|
||||
t.create('commit activity (repo not found)')
|
||||
.get('/w/badges/helmets.json')
|
||||
.expectBadge({
|
||||
|
||||
Reference in New Issue
Block a user