Skip to content

Commit 179d8d8

Browse files
author
Luca Forstner
committed
Update test name to be more clear
1 parent 35d6508 commit 179d8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/test/captureconsole.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('CaptureConsole setup', () => {
3232
Object.assign(global.console, originalConsole);
3333
});
3434

35-
it('should respect user-provided console levels', () => {
35+
it('should patch user-configured console levels', () => {
3636
const captureConsoleIntegration = new CaptureConsole({ levels: ['log', 'warn'] });
3737
captureConsoleIntegration.setupOnce(
3838
() => undefined,

0 commit comments

Comments
 (0)