mirror of
https://github.com/badges/shields.git
synced 2025-07-27 19:01:52 +03:00
Fix missing dayjs
-> moment
(#8204)
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
This commit is contained in:
@ -2,10 +2,10 @@ import { isMetricOverTimePeriod } from '../test-validators.js'
|
||||
import { createServiceTester } from '../tester.js'
|
||||
export const t = await createServiceTester()
|
||||
|
||||
t.create('Monthly Questions for StackOverflow Momentjs')
|
||||
.get('/stackoverflow/qm/momentjs.json')
|
||||
t.create('Monthly Questions for StackOverflow dayjs')
|
||||
.get('/stackoverflow/qm/dayjs.json')
|
||||
.expectBadge({
|
||||
label: 'stackoverflow momentjs questions',
|
||||
label: 'stackoverflow dayjs questions',
|
||||
message: isMetricOverTimePeriod,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user