diff options
author | 2024-05-18 14:34:08 +0000 | |
---|---|---|
committer | 2024-05-18 14:34:08 +0000 | |
commit | 8e465d621e7acc4fd36d78bef63450c6550e0ec1 (patch) | |
tree | b9b6ba4cb9d0188777fb6cb96188210381a447c8 /packages/integrations/web-vitals/test/basics.test.js | |
parent | 3c7a4fabea5ebb0e8f79742731415136ae3da9a6 (diff) | |
download | astro-8e465d621e7acc4fd36d78bef63450c6550e0ec1.tar.gz astro-8e465d621e7acc4fd36d78bef63450c6550e0ec1.tar.zst astro-8e465d621e7acc4fd36d78bef63450c6550e0ec1.zip |
[ci] format
Diffstat (limited to 'packages/integrations/web-vitals/test/basics.test.js')
-rw-r--r-- | packages/integrations/web-vitals/test/basics.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/web-vitals/test/basics.test.js b/packages/integrations/web-vitals/test/basics.test.js index 43814b56d..f3d84f2fd 100644 --- a/packages/integrations/web-vitals/test/basics.test.js +++ b/packages/integrations/web-vitals/test/basics.test.js @@ -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()); |