test: port instance HttpApi path/vcs read coverage to Effect
This commit is contained in:
parent
62e1335388
commit
dddfcbf0d8
23 changed files with 717 additions and 221 deletions
|
|
@ -404,7 +404,7 @@ describe("HttpApi SDK", () => {
|
|||
lsp,
|
||||
}),
|
||||
project: { worktreeSelected: record(project.data).worktree === directory },
|
||||
paths: { cwdSelected: record(paths.data).cwd === directory },
|
||||
paths: { directorySelected: record(paths.data).directory === directory },
|
||||
file: record(file.data).content,
|
||||
hasProject: array(projects.data).length > 0,
|
||||
foundFile: JSON.stringify(findFiles.data).includes("hello.txt"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue