Implement duplicated code detection prompts, supported by tools. #148
Annotations
3 errors
|
Build Server
Process completed with exit code 1.
|
|
test/src/tools/lsp/lsp-tools.test.ts > registerLSPTools > should register 3 file-based LSP tools directly:
server/test/src/tools/lsp/lsp-tools.test.ts#L42
AssertionError: expected "vi.fn()" to be called 3 times, but got 4 times
❯ test/src/tools/lsp/lsp-tools.test.ts:42:29
|
|
test/src/tools/codeql-tools.test.ts > registerCodeQLTools > should register all CodeQL tools including helpers and CLI tools:
server/test/src/tools/codeql-tools.test.ts#L47
AssertionError: expected "vi.fn()" to be called 35 times, but got 36 times
❯ test/src/tools/codeql-tools.test.ts:47:29
|