We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e267b commit 7bb4183Copy full SHA for 7bb4183
registry/coder/modules/claude-code/main.test.ts
@@ -141,7 +141,7 @@ describe("claude-code", async () => {
141
});
142
await execModuleScript(id);
143
144
- const resp = await readFileContainer(id, "/home/coder/.claude.json");
+ const resp = await readFileContainer(id, "$HOME/.claude.json");
145
expect(resp).toContain("test-cmd");
146
147
0 commit comments