We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91140a commit edeb92dCopy full SHA for edeb92d
aider/main.test.ts
@@ -147,8 +147,10 @@ describe("aider", async () => {
147
true,
148
);
149
150
- // Verify logging to the aider log file
151
- expect(instance.script.includes('| tee -a "$HOME/.aider.log"')).toBe(true);
+ // Verify the app status slug is properly set in the screen session
+ expect(
152
+ instance.script.includes('export CODER_MCP_APP_STATUS_SLUG=\\"aider\\"'),
153
+ ).toBe(true);
154
155
// Verify the output shows the right message for screen session
156
expect(
0 commit comments