fix handshake reply #55
Annotations
7 errors
|
tests/helpers.test.ts > extract functions > returns empty array when no functions:
tests/helpers.test.ts#L29
AssertionError: expected {} to deeply equal []
- Expected:
Array []
+ Received:
Object {}
❯ tests/helpers.test.ts:29:41
|
|
tests/helpers.test.ts > extract functions > returns single function path:
tests/helpers.test.ts#L33
AssertionError: expected { foo: [Function foo] } to deeply equal [ 'foo' ]
- Expected:
Array [
"foo",
]
+ Received:
Object {
"foo": [Function foo],
}
❯ tests/helpers.test.ts:33:44
|
|
tests/helpers.test.ts > extract functions > returns multiple function paths:
tests/helpers.test.ts#L37
TypeError: extractMethods(...).sort is not a function
❯ tests/helpers.test.ts:37:46
|
|
tests/helpers.test.ts > extract functions > returns nested function paths:
tests/helpers.test.ts#L41
TypeError: extractMethods(...).sort is not a function
❯ tests/helpers.test.ts:41:44
|
|
tests/helpers.test.ts > extract functions > handles null and undefined values:
tests/helpers.test.ts#L50
AssertionError: expected { baz: [Function baz] } to deeply equal [ 'baz' ]
- Expected:
Array [
"baz",
]
+ Received:
Object {
"baz": [Function baz],
}
❯ tests/helpers.test.ts:50:39
|
|
tests/helpers.test.ts > extract functions > handles arrays of functions:
tests/helpers.test.ts#L58
TypeError: extractMethods(...).sort is not a function
❯ tests/helpers.test.ts:58:39
|
|
test_and_build
Process completed with exit code 1.
|