1 parent 266dfc3 commit d6116c0Copy full SHA for d6116c0
1 file changed
test/app/doctor.test.ts
@@ -1217,6 +1217,7 @@ describe('doctor command', () => {
1217
1218
expect(output).toContain('Superpowers: detected');
1219
expect(output).toContain('Claude Code global');
1220
+ expect(output).not.toContain('Claude Code project');
1221
expect(output).not.toContain('Superpowers: not detected');
1222
} finally {
1223
if (previousClaudeConfigDir === undefined) {
0 commit comments