0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Chris Swithinbank 2024-05-18 14:34:08 +00:00 committed by astrobot-houston
parent 3c7a4fabea
commit 8e465d621e

View file

@ -126,7 +126,7 @@ describe('Web Vitals integration basics', () => {
0,
'Endpoint logged errors:\n' + consoleErrorMock.calls[0]?.join(' ')
);
})
});
it('inserted data can be retrieved from the database', async () => {
const dbRows = await fixture.fetch('/rows.json', {}).then((r) => r.json());