chore(deps): update all non-major dependencies #1413
Annotations
13 errors
|
publish-commit
Process completed with exit code 1.
|
|
typecheck
Process completed with exit code 2.
|
|
error: expect(received).toBe(expected):
packages/stx/test/formatter/formatter.test.ts#L81
- "<div>
- <span>
- <a>Link</a>
- </span>
- </div>
+ "<div><span><a>Link</a></span></div>
"
- Expected - 5
+ Received + 1
at <anonymous> (/home/runner/work/stx/stx/packages/stx/test/formatter/formatter.test.ts:81:22)
|
|
error: expect(received).toBe(expected):
packages/stx/test/formatter/formatter.test.ts#L31
"<!DOCTYPE html>
<html>
- <head>
- <title>Test</title>
- </head>
- <body>
- <h1>Hello World</h1>
- </body>
+ <head>
+ <title>Test</title>
+ </head>
+ <body>
+ <h1>Hello World</h1>
+ </body>
</html>
"
- Expected - 6
+ Received + 6
at <anonymous> (/home/runner/work/stx/stx/packages/stx/test/formatter/formatter.test.ts:31:22)
|
|
TypeError: undefined is not an object (evaluating 'consoleSpy.mock.calls[1][1]'):
packages/desktop/test/modals.test.ts#L212
at <anonymous> (/home/runner/work/stx/stx/packages/desktop/test/modals.test.ts:212:48)
|
|
TypeError: undefined is not an object (evaluating 'consoleSpy.mock.calls[1][1]'):
packages/desktop/test/modals.test.ts#L191
at <anonymous> (/home/runner/work/stx/stx/packages/desktop/test/modals.test.ts:191:48)
|
|
TypeError: undefined is not an object (evaluating 'consoleSpy.mock.calls[1][1]'):
packages/desktop/test/modals.test.ts#L170
at <anonymous> (/home/runner/work/stx/stx/packages/desktop/test/modals.test.ts:170:48)
|
|
TypeError: undefined is not an object (evaluating 'consoleSpy.mock.calls[1][1]'):
packages/desktop/test/modals.test.ts#L149
at <anonymous> (/home/runner/work/stx/stx/packages/desktop/test/modals.test.ts:149:48)
|
|
TypeError: undefined is not an object (evaluating 'consoleSpy.mock.calls[1][1]'):
packages/desktop/test/modals.test.ts#L127
at <anonymous> (/home/runner/work/stx/stx/packages/desktop/test/modals.test.ts:127:48)
|
|
TypeError: undefined is not an object (evaluating 'consoleSpy.mock.calls[1][1]'):
packages/desktop/test/modals.test.ts#L58
at <anonymous> (/home/runner/work/stx/stx/packages/desktop/test/modals.test.ts:58:48)
|
|
TypeError: undefined is not an object (evaluating 'consoleSpy.mock.calls[1][1]'):
packages/desktop/test/modals.test.ts#L48
at <anonymous> (/home/runner/work/stx/stx/packages/desktop/test/modals.test.ts:48:48)
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
packages/desktop/test/modals.test.ts#L27
Expected: [ "Modal dialogs not yet implemented" ]
But it was not called.
at <anonymous> (/home/runner/work/stx/stx/packages/desktop/test/modals.test.ts:27:26)
|
|
lint
Process completed with exit code 1.
|