Skip to content

Commit 53d3ac4

Browse files
committed
Another fix
1 parent 3ca40c2 commit 53d3ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/command/__tests__/frontmatter-commands.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Global setup instructions.`
166166
name: "setup",
167167
content: "# Global Setup\n\nGlobal setup instructions.",
168168
source: "global",
169-
filePath: expect.stringContaining("/.roo/commands/setup.md"),
169+
filePath: expect.stringContaining(path.join(".roo", "commands", "setup.md")),
170170
description: "Global setup command",
171171
})
172172
})

0 commit comments

Comments
 (0)