Skip to content

Commit a132921

Browse files
committed
fmt
1 parent 1e102d1 commit a132921

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/test/lib/client.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,9 @@ describe('Client', () => {
22162216
test('close flushes the logs buffer', async () => {
22172217
vi.useRealTimers();
22182218

2219-
const flushLogsSpy = vi.spyOn(logsInternalModule, '_INTERNAL_flushLogsBuffer').mockImplementation(() => undefined);
2219+
const flushLogsSpy = vi
2220+
.spyOn(logsInternalModule, '_INTERNAL_flushLogsBuffer')
2221+
.mockImplementation(() => undefined);
22202222

22212223
const options = getDefaultTestClientOptions({ dsn: PUBLIC_DSN });
22222224
const client = new TestClient(options);

0 commit comments

Comments
 (0)