We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ef27a commit 906287eCopy full SHA for 906287e
1 file changed
test/help.test.ts
@@ -28,7 +28,5 @@ test('help message includes extra tools', async () => {
28
}
29
30
const logOutput = logs.join('\n');
31
- expect(logOutput).toContain(
32
- '--tools <tool> select additional tools (biome, eslint, prettier, custom-tool)',
33
- );
+ expect(logOutput).toContain('biome, eslint, prettier, custom-tool');
34
});
0 commit comments