Support warnOnStderr and release 1.13.1 #128
Annotations
2 errors and 1 warning
src/lib/CommandHandler.test.ts > stdio:
src/lib/CommandHandler.test.ts#L255
AssertionError: expected "spy" to be called with arguments: [ [ ObjectContaining{…}, …(1) ] ]
Received:
1st spy call:
Array [
Array [
- ObjectContaining {
- "value": "this is on stdout",
- },
- ObjectContaining {
- "value": "this is on stderr",
+ Object {
+ "description": undefined,
+ "detail": undefined,
+ "label": "this is on stdoutthis is on stderr",
+ "value": "this is on stdoutthis is on stderr",
},
],
]
Number of calls: 1
❯ src/lib/CommandHandler.test.ts:255:35
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|