Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored and astrobot-houston committed May 18, 2024
1 parent 3c7a4fa commit 8e465d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/web-vitals/test/basics.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 8e465d6

Please sign in to comment.