[GitHubCommitActivity] improvements and examples (#2920)
This commit is contained in:
committed by
Paul Melnikow
parent
566a8cb461
commit
ea833a83c4
@@ -14,6 +14,15 @@ t.create('commit activity (1 year)')
|
||||
})
|
||||
)
|
||||
|
||||
t.create('commit activity (1 month)')
|
||||
.get('/m/eslint/eslint.json')
|
||||
.expectJSONTypes(
|
||||
Joi.object().keys({
|
||||
name: 'commit activity',
|
||||
value: isMetricOverTimePeriod,
|
||||
})
|
||||
)
|
||||
|
||||
t.create('commit activity (4 weeks)')
|
||||
.get('/4w/eslint/eslint.json')
|
||||
.expectJSONTypes(
|
||||
|
||||
Reference in New Issue
Block a user