Skip to content

Commit d11940c

Browse files
benjaminshafiigithub-actions[bot]
authored andcommitted
test(hotreload): gate darwin path alias on macOS
1 parent e06d443 commit d11940c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/test/project/hotreload.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ test("ignores metadata, temp files, and unrelated files", () => {
3030
})
3131

3232
test("matches darwin /private path aliases", () => {
33+
if (process.platform !== "darwin") return
3334
const privateRoot = "/private/tmp/openwork-hotreload"
3435
expect(HotReload.classify(privateRoot, "/tmp/openwork-hotreload/.opencode/commands/fix.md")).toBe(
3536
".opencode/commands/fix.md",

0 commit comments

Comments
 (0)