We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b7d06 commit 9b827a6Copy full SHA for 9b827a6
test/nuxt/a11y.spec.ts
@@ -366,18 +366,24 @@ describe('component accessibility audits', () => {
366
weekKey: '2024-W01',
367
weekStart: '2024-01-01',
368
weekEnd: '2024-01-07',
369
+ timestampStart: 1704067200,
370
+ timestampEnd: 1704585600,
371
},
372
{
373
downloads: 1200,
374
weekKey: '2024-W02',
375
weekStart: '2024-01-08',
376
weekEnd: '2024-01-14',
377
+ timestampStart: 1704672000,
378
+ timestampEnd: 1705190400,
379
380
381
downloads: 1500,
382
weekKey: '2024-W03',
383
weekStart: '2024-01-15',
384
weekEnd: '2024-01-21',
385
+ timestampStart: 1705276800,
386
+ timestampEnd: 1705795200,
387
388
]
389
0 commit comments