We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34995f0 commit a0746c7Copy full SHA for a0746c7
tests/formatters/consoleFormatter.test.ts
@@ -12,7 +12,7 @@ import {
12
} from '../../src/formatters/consoleFormatter.js';
13
import type {ConsoleMessageData} from '../../src/McpResponse.js';
14
15
-describe.only('consoleFormatter', () => {
+describe('consoleFormatter', () => {
16
describe('formatConsoleEventShort', () => {
17
it('formats a console.log message', t => {
18
const message: ConsoleMessageData = {
0 commit comments