Add Ollama provider (#13) #28
Annotations
2 errors and 1 notice
Run Tests:
tests/e2e/api.test.ts#L2
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'application/json; charset=utf-8'
- 'text/event-stream'] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'application/json; charset=utf-8'
- 'text/event-stream'
at TestContext.<anonymous> (/home/runner/work/ai-warp/ai-warp/tests/e2e/api.test.ts:2:2588)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:640:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:382:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'application/json; charset=utf-8',
expected: 'text/event-stream',
operator: 'strictEqual'
}
}
|
Run Tests
Process completed with exit code 1.
|
Run Tests
Total Tests: 15
Suites 📂: 3
Passed ✅: 14
Failed ❌: 1
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 3528.287ms
|
Loading