Skip to content

Commit 86d6f44

Browse files
benny123twclaude
andauthored
chore: consolidate duplicate test directories (#565)
Move detector.test.ts from tests/modes/ to test/modes/ and fix TypeScript type errors by adding missing required properties (botId, botName, allowedNonWriteUsers). Remove empty tests/ directory structure. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent c1adac9 commit 86d6f44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ describe("detectMode with enhanced routing", () => {
2020
branchPrefix: "claude/",
2121
useStickyComment: false,
2222
useCommitSigning: false,
23+
botId: "123456",
24+
botName: "claude-bot",
2325
allowedBots: "",
26+
allowedNonWriteUsers: "",
2427
trackProgress: false,
2528
},
2629
};

0 commit comments

Comments
 (0)