diff options
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()); |