Skip to content

Commit 4da20ab

Browse files
fix
1 parent 907636a commit 4da20ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/McpResponse.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Testing 2`,
106106
});
107107
});
108108

109-
it.only('saves snapshot to file', async t => {
109+
it('saves snapshot to file', async t => {
110110
const filePath = join(tmpdir(), 'test-screenshot.png');
111111
try {
112112
await withBrowser(async (response, context) => {
@@ -118,7 +118,6 @@ Testing 2`,
118118
});
119119
const result = await response.handle('test', context);
120120
assert.equal(result[0].type, 'text');
121-
console.log(result[0].text);
122121
t.assert.snapshot?.(stabilizeResponseOutput(result[0].text));
123122
});
124123
const content = await readFile(filePath, 'utf-8');

0 commit comments

Comments
 (0)