Add docs #50
Annotations
4 errors and 2 notices
Linting:
index.d.ts#L28
Trailing spaces not allowed
|
Linting
Process completed with exit code 1.
|
/api/v1/stream returns expected response:
tests/e2e/api.test.ts#L111
[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:111:14)
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'
}
}
|
E2E Tests
Process completed with exit code 1.
|
E2E Tests
Total Tests: 17
Suites 📂: 4
Passed ✅: 16
Failed ❌: 1
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 4874.018ms
|
Unit Tests
Total Tests: 14
Suites 📂: 5
Passed ✅: 14
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 2015.409ms
|