Skip to content

Commit 52c734c

Browse files
author
Hweinstock
committed
fix(test): use path module to build path for windows support
1 parent 22444ca commit 52c734c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/handlers/project/project.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ describe("project add harness", () => {
500500
const agentcoreJson = await Bun.file(join(projectRoot, "agentcore", "agentcore.json")).json();
501501
expect(agentcoreJson.harnesses).toContainEqual({
502502
name: "x",
503-
path: "app/x",
503+
path: join("app", "x"),
504504
});
505505
});
506506

0 commit comments

Comments
 (0)