Skip to content

Commit 3fc61cf

Browse files
committed
DEV temp
1 parent e2ddcc9 commit 3fc61cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stdioTransport.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe('Tools', () => {
182182
const abs = resolve(process.cwd(), 'tests/__fixtures__/tool.echo.js');
183183
const url = pathToFileURL(abs).href;
184184

185-
CLIENT = await startServer({ args: ['--log-stderr', '--verbose', '--plugin-isolation', 'strict', '--tool', url] });
185+
CLIENT = await startServer({ args: ['--log-stderr', '--plugin-isolation', 'strict', '--tool', url] });
186186
});
187187

188188
afterEach(async () => CLIENT.stop());

0 commit comments

Comments
 (0)