Skip to content

Commit d6116c0

Browse files
committed
test: assert superpowers plugin scope in doctor
1 parent 266dfc3 commit d6116c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/app/doctor.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@ describe('doctor command', () => {
12171217

12181218
expect(output).toContain('Superpowers: detected');
12191219
expect(output).toContain('Claude Code global');
1220+
expect(output).not.toContain('Claude Code project');
12201221
expect(output).not.toContain('Superpowers: not detected');
12211222
} finally {
12221223
if (previousClaudeConfigDir === undefined) {

0 commit comments

Comments
 (0)