Add R API container to dev dependencies script, and consume R API from app #2
Annotations
4 errors
tests/integration/rApi.spec.ts#L52
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/integration/rApi.spec.ts:52:25
|
tests/integration/rApi.spec.ts#L70
AssertionError: expected 'Not Found' to be 'NOT_FOUND: Resource not found' // Object.is equality
- Expected
+ Received
- NOT_FOUND: Resource not found
+ Not Found
❯ tests/integration/rApi.spec.ts:70:26
|
tests/integration/rApi.spec.ts#L79
AssertionError: expected 404 to be 500 // Object.is equality
- Expected
+ Received
- 500
+ 404
❯ tests/integration/rApi.spec.ts:79:29
|
|
This job failed
Loading