Update response format #27
Annotations
3 errors
src/completions/completion-with-functions.spec.ts > Completion with Functions > should run completion with functions:
src/completions/completion-with-functions.spec.ts#L29
AssertionError: expected 'The value from the test function `foo…' to deeply equal 'hello 123'
- Expected
+ Received
- hello 123
+ The value from the test function `foo` is "hello 123".
❯ src/completions/completion-with-functions.spec.ts:29:24
|
src/completions/completion-with-json.spec.ts > Completion with JSON response > should run completion with JSON response:
src/completions/completion-with-json.spec.ts#L31
AssertionError: expected undefined to deeply equal 'hello 123'
- Expected:
"hello 123"
+ Received:
undefined
❯ src/completions/completion-with-json.spec.ts:31:28
|
build (20.x)
Process completed with exit code 1.
|