Skip to content

Commit 9b827a6

Browse files
committed
fix: add missing keys in test
1 parent 63b7d06 commit 9b827a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/nuxt/a11y.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,18 +366,24 @@ describe('component accessibility audits', () => {
366366
weekKey: '2024-W01',
367367
weekStart: '2024-01-01',
368368
weekEnd: '2024-01-07',
369+
timestampStart: 1704067200,
370+
timestampEnd: 1704585600,
369371
},
370372
{
371373
downloads: 1200,
372374
weekKey: '2024-W02',
373375
weekStart: '2024-01-08',
374376
weekEnd: '2024-01-14',
377+
timestampStart: 1704672000,
378+
timestampEnd: 1705190400,
375379
},
376380
{
377381
downloads: 1500,
378382
weekKey: '2024-W03',
379383
weekStart: '2024-01-15',
380384
weekEnd: '2024-01-21',
385+
timestampStart: 1705276800,
386+
timestampEnd: 1705795200,
381387
},
382388
]
383389

0 commit comments

Comments
 (0)