Add skeleton, updates to client email formatting
This commit is contained in:
@@ -10,7 +10,7 @@ describe('sitemap endpoint', () => {
|
||||
vi.useFakeTimers();
|
||||
vi.setSystemTime(new Date('2026-05-01T09:15:00Z'));
|
||||
|
||||
const response = GET();
|
||||
const response = await GET({} as never);
|
||||
const body = await response.text();
|
||||
|
||||
expect(response.headers.get('content-type')).toBe('application/xml; charset=utf-8');
|
||||
|
||||
Reference in New Issue
Block a user