mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-15 17:33:22 +00:00
chore: generate
This commit is contained in:
parent
7ab1c1c74a
commit
9d03d4419e
3 changed files with 17 additions and 8 deletions
|
|
@ -757,9 +757,7 @@ describe("tool.shell permissions", () => {
|
|||
)
|
||||
const extDirReq = requests.find((r) => r.permission === "external_directory")
|
||||
expect(extDirReq).toBeDefined()
|
||||
expect(extDirReq!.patterns).toContain(
|
||||
Filesystem.normalizePathPattern(path.join(process.env.WINDIR!, "*")),
|
||||
)
|
||||
expect(extDirReq!.patterns).toContain(Filesystem.normalizePathPattern(path.join(process.env.WINDIR!, "*")))
|
||||
},
|
||||
})
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue