mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
3c7a4fabea
commit
8e465d621e
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue