Fixes #4104
This commit is contained in:
@@ -4,14 +4,14 @@ const t = (module.exports = require('../tester').createServiceTester())
|
||||
const { isMetric } = require('../test-validators')
|
||||
|
||||
t.create('Contributors')
|
||||
.get('/contributors/cdnjs/cdnjs.json')
|
||||
.get('/contributors/badges/shields.json')
|
||||
.expectBadge({
|
||||
label: 'contributors',
|
||||
message: isMetric,
|
||||
})
|
||||
|
||||
t.create('1 contributor')
|
||||
.get('/contributors/paulmelnikow/local-credential-storage.json')
|
||||
.get('/contributors/badges/shields-tests.json')
|
||||
.expectBadge({
|
||||
label: 'contributors',
|
||||
message: '1',
|
||||
|
||||
Reference in New Issue
Block a user