fix [githubmanifest] service tests (#10657)
* Change badge label from 'version' to 'manifest' in GitHub manifest tests * revert version label for failed paths
This commit is contained in:
@@ -11,14 +11,14 @@ export const t = new ServiceTester({
|
||||
t.create('Manifest version')
|
||||
.get('/v/sindresorhus/show-all-github-issues.json')
|
||||
.expectBadge({
|
||||
label: 'version',
|
||||
label: 'manifest',
|
||||
message: isVPlusDottedVersionAtLeastOne,
|
||||
})
|
||||
|
||||
t.create('Manifest version (path)')
|
||||
.get('/v/RedSparr0w/IndieGala-Helper.json?filename=extension/manifest.json')
|
||||
.expectBadge({
|
||||
label: 'version',
|
||||
label: 'manifest',
|
||||
message: isVPlusDottedVersionAtLeastOne,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user