V2.0.0 Add Typescript support #277
Annotations
11 errors
|
src/test/telnyx.test.ts#L71
expect(received).toHaveProperty(path, value)
Expected path: "lang"
Received path: []
Expected value: "node"
Received value: {}
at Object.<anonymous> (src/test/telnyx.test.ts:71:9)
|
src/test/telnyx.test.ts#L84
expect(received).toHaveProperty(path, value)
Expected path: "lang"
Received path: []
Expected value: "node"
Received value: {}
at Object.<anonymous> (src/test/telnyx.test.ts:84:9)
|
src/test/telnyx.test.ts#L95
expect(received).toHaveProperty(path, value)
Expected path: "lang"
Received path: []
Expected value: "%C3%AF"
Received value: {}
at Object.<anonymous> (src/test/telnyx.test.ts:95:9)
|
src/test/telnyx.test.ts#L211
expect(received).toMatchObject(expected)
Matcher error: received value must be a non-null object
Received has type: string
Received has value: "hbqpiq0qs3a/1.2.345 (https://myawesomeapp.info)"
at src/test/telnyx.test.ts:211:49
at cb (src/telnyx.ts:268:9)
at cb (src/telnyx.ts:299:9)
|
src/test/telnyx.test.ts#L199
thrown: "Exceeded timeout of 20000 ms for a test while waiting for `done()` to be called.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at src/test/telnyx.test.ts:199:5
at src/test/telnyx.test.ts:117:3
at Object.<anonymous> (src/test/telnyx.test.ts:22:1)
|
src/test/telnyx.test.ts#L233
expect(received).toBe(expected) // Object.is equality
Expected: "Called!"
Received: {}
at Object.<anonymous> (src/test/telnyx.test.ts:233:11)
|
src/test/telnyx.test.ts#L268
expect(received).toBe(expected) // Object.is equality
Expected: "Called!"
Received: {}
at Object.<anonymous> (src/test/telnyx.test.ts:268:11)
|
src/test/telnyx.test.ts#L286
expect(received).toBe(expected) // Object.is equality
Expected: "ErrorWasPassed"
Received: {}
at Object.<anonymous> (src/test/telnyx.test.ts:286:11)
|
src/test/telnyx.test.ts#L310
expect(received).toThrow(expected)
Expected pattern: /maxNetworkRetries must be a number/
Received function did not throw
at Object.<anonymous> (src/test/telnyx.test.ts:310:12)
|
|
This job failed
Loading