NEMO v2.0.0 - New year, new improved major update #89
Annotations
6 errors
error: expect(received).toHaveBeenCalled():
packages/nemo/__tests__/nesting.test.ts#L53
Expected number of calls: >= 1
Received number of calls: 0
at <anonymous> (/home/runner/work/nemo/nemo/packages/nemo/__tests__/nesting.test.ts:53:31)
|
error: expect(received).toEqual(expected):
packages/nemo/__tests__/nesting.test.ts#L93
+ []
- [
- "parent",
- "child",
- "grandchild"
- ]
- Expected - 5
+ Received + 1
at <anonymous> (/home/runner/work/nemo/nemo/packages/nemo/__tests__/nesting.test.ts:93:36)
|
error: expect(received).toBe(expected):
packages/nemo/__tests__/nesting.test.ts#L119
Expected: 307
Received: 200
at <anonymous> (/home/runner/work/nemo/nemo/packages/nemo/__tests__/nesting.test.ts:119:32)
|
error: expect(received).toBe(expected):
packages/nemo/__tests__/nesting.test.ts#L154
Expected: 500
Received: 200
at <anonymous> (/home/runner/work/nemo/nemo/packages/nemo/__tests__/nesting.test.ts:154:32)
|
error: expect(received).toBe(expected):
packages/nemo/__tests__/nesting.test.ts#L209
Expected: "true"
Received: null
at <anonymous> (/home/runner/work/nemo/nemo/packages/nemo/__tests__/nesting.test.ts:209:47)
|
Codecov
Process completed with exit code 1.
|