refactor(logger): replace internal capturing with read/write streams #1412
Annotations
10 errors and 1 warning
Run paularmstrong/onerepo/actions/run-task@main:
modules/onerepo/src/core/codeowners/__tests__/__fixtures__/repo/.github/CODEOWNERS#L1
Code owners file (/home/runner/work/onerepo/onerepo/modules/onerepo/src/core/codeowners/__tests__/__fixtures__/repo/.github/CODEOWNERS) was manually modified, but is a generated file. Please run the following and commit the change to fix this issue:
root-bin codeowners sync --add
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/onerepo/src/core/codeowners/__tests__/__fixtures__/repo/.gitlab/CODEOWNERS#L1
Code owners file is not up to date. Please run the following and commit the changes to fix this issue:
root-bin codeowners sync --add
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/logger/src/__tests__/LogStep.test.ts#L39
AssertionError: expected [] to deeply equal [ { type: 'start', …(3) }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "contents": "tacos",
- "group": "tacos",
- "type": "start",
- "verbosity": 3,
- },
- Object {
- "contents": StringContaining "ms",
- "group": "tacos",
- "hasError": false,
- "type": "end",
- "verbosity": 3,
- },
- ]
+ Array []
❯ src/__tests__/LogStep.test.ts:39:15
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/logger/src/__tests__/LogStep.test.ts#L85
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- Object {
- "contents": "some information",
- "group": "tacos",
- "type": "info",
- "verbosity": 1,
- },
- ]
+ Array []
❯ src/__tests__/LogStep.test.ts:85:17
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/logger/src/__tests__/LogStep.test.ts#L85
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- Object {
- "contents": "some information",
- "group": "tacos",
- "type": "info",
- "verbosity": 2,
- },
- ]
+ Array []
❯ src/__tests__/LogStep.test.ts:85:17
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/logger/src/__tests__/LogStep.test.ts#L85
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- Object {
- "contents": "some information",
- "group": "tacos",
- "type": "info",
- "verbosity": 3,
- },
- ]
+ Array []
❯ src/__tests__/LogStep.test.ts:85:17
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/logger/src/__tests__/LogStep.test.ts#L85
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- Object {
- "contents": "some information",
- "group": "tacos",
- "type": "info",
- "verbosity": 4,
- },
- ]
+ Array []
❯ src/__tests__/LogStep.test.ts:85:17
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/logger/src/__tests__/LogStep.test.ts#L85
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- Object {
- "contents": "some information",
- "group": "tacos",
- "type": "info",
- "verbosity": 5,
- },
- ]
+ Array []
❯ src/__tests__/LogStep.test.ts:85:17
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/logger/src/__tests__/LogStep.test.ts#L131
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- Object {
- "contents": StringContaining "function foo(asdf) {",
- "group": "tacos",
- "type": "log",
- "verbosity": 3,
- },
- ]
+ Array []
❯ src/__tests__/LogStep.test.ts:131:15
|
Run paularmstrong/onerepo/actions/run-task@main:
modules/logger/src/__tests__/LogStep.test.ts#L131
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- Object {
- "contents": "tacos",
- "group": "tacos",
- "type": "log",
- "verbosity": 3,
- },
- ]
+ Array []
❯ src/__tests__/LogStep.test.ts:131:15
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading