reinit #71
Annotations
1 error and 11 warnings
lint (18.x)
Process completed with exit code 1.
|
lint (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint (18.x):
src/tests/DumbClient.test.ts#L86
'toBeCalledTimes' is deprecated. in favor of `toHaveBeenCalledTimes`
|
lint (18.x):
src/tests/DumbClient.test.ts#L87
'toBeCalledWith' is deprecated. in favor of `toHaveBeenCalledWith`
|
lint (18.x):
src/tests/DumbClient.test.ts#L88
'toBeCalledTimes' is deprecated. in favor of `toHaveBeenCalledTimes`
|
lint (18.x):
src/tests/DumbClient.test.ts#L90
'toBeCalledWith' is deprecated. in favor of `toHaveBeenCalledWith`
|
lint (18.x):
src/tests/DumbClient.test.ts#L100
'toBeCalledTimes' is deprecated. in favor of `toHaveBeenCalledTimes`
|
lint (18.x):
src/tests/DumbClient.test.ts#L101
'toBeCalledTimes' is deprecated. in favor of `toHaveBeenCalledTimes`
|
lint (18.x):
src/tests/DumbClient.test.ts#L102
'toBeCalledWith' is deprecated. in favor of `toHaveBeenCalledWith`
|
lint (18.x):
src/tests/DumbClient.test.ts#L111
'toBeCalledTimes' is deprecated. in favor of `toHaveBeenCalledTimes`
|
lint (18.x):
src/tests/DumbClient.test.ts#L118
'toBeCalledTimes' is deprecated. in favor of `toHaveBeenCalledTimes`
|
lint (18.x):
src/tests/lib/ConnectedDuplex.test.ts#L45
'toBeCalledTimes' is deprecated. in favor of `toHaveBeenCalledTimes`
|