test(core): add CodeMode search fixture catalog
This commit is contained in:
parent
0bb24a46c1
commit
180109d8b6
4 changed files with 409 additions and 0 deletions
|
|
@ -550,6 +550,7 @@ describe("LocationServiceMap", () => {
|
|||
expect(blockedState.providers.some((provider) => provider.id === allowedID)).toBe(false)
|
||||
expect(blockedState.tools.map((tool) => tool.name).sort()).toEqual([
|
||||
"edit",
|
||||
"execute",
|
||||
"glob",
|
||||
"grep",
|
||||
"patch",
|
||||
|
|
@ -567,6 +568,7 @@ describe("LocationServiceMap", () => {
|
|||
expect(allowedState.providers.some((provider) => provider.id === blockedID)).toBe(false)
|
||||
expect(allowedState.tools.map((tool) => tool.name).sort()).toEqual([
|
||||
"edit",
|
||||
"execute",
|
||||
"glob",
|
||||
"grep",
|
||||
"patch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue