Skip to content

Commit a0746c7

Browse files
authored
Apply suggestion from @OrKoN
1 parent 34995f0 commit a0746c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/formatters/consoleFormatter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
} from '../../src/formatters/consoleFormatter.js';
1313
import type {ConsoleMessageData} from '../../src/McpResponse.js';
1414

15-
describe.only('consoleFormatter', () => {
15+
describe('consoleFormatter', () => {
1616
describe('formatConsoleEventShort', () => {
1717
it('formats a console.log message', t => {
1818
const message: ConsoleMessageData = {

0 commit comments

Comments
 (0)