1
0
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:
chase
2022-07-16 15:02:42 -05:00
committed by GitHub
parent ae7960244d
commit 62cabe0b32
2 changed files with 9 additions and 9 deletions

View File

@ -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,
})