Skip to content

Commit 906287e

Browse files
committed
fix
1 parent 67ef27a commit 906287e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/help.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ test('help message includes extra tools', async () => {
2828
}
2929

3030
const logOutput = logs.join('\n');
31-
expect(logOutput).toContain(
32-
'--tools <tool> select additional tools (biome, eslint, prettier, custom-tool)',
33-
);
31+
expect(logOutput).toContain('biome, eslint, prettier, custom-tool');
3432
});

0 commit comments

Comments
 (0)