feat: Replace chalk
with picocolors
#14152
Annotations
10 errors and 2 warnings
run tests:
undefined#L1
expect(received).toMatchSnapshot()
Snapshot name: `falls back to not call toJSON if serialization has no differences but then objects have differences 1`
- Snapshot - 2
+ Received + 2
@@ -1,7 +1,7 @@
- <d>Compared values serialize to the same structure.</>
- <d>Printing internal object structure without calling `toJSON` instead.</>
+ <d>Compared values serialize to the same structure.
+ Printing internal object structure without calling `toJSON` instead.</>
<g>- Expected - 1</>
<r>+ Received + 1</>
<d> Object {</>
at Object.toMatchSnapshot (packages/jest-diff/src/__tests__/diff.test.ts:136:41)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test throws error when there are additional words in first column heading 1`
- Snapshot - 3
+ Received + 3
@@ -2,8 +2,8 @@
<green>heading1 | headingN</color>
Received:
- <red>"</color>
- <red> a is the left | b | expected</color>
- <red> "</color>"
+ <red>"
+ a is the left | b | expected
+ "</color>"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:74:11)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test throws error when there are additional words in second column heading 1`
- Snapshot - 3
+ Received + 3
@@ -2,8 +2,8 @@
<green>heading1 | headingN</color>
Received:
- <red>"</color>
- <red> a | b is the right | expected</color>
- <red> "</color>"
+ <red>"
+ a | b is the right | expected
+ "</color>"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:112:11)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test throws error when there are additional words in last column heading 1`
- Snapshot - 3
+ Received + 3
@@ -2,8 +2,8 @@
<green>heading1 | headingN</color>
Received:
- <red>"</color>
- <red> a | b | expected value</color>
- <red> "</color>"
+ <red>"
+ a | b | expected value
+ "</color>"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:150:11)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test throws error when there are fewer arguments than headings when given one row 1`
- Snapshot - 4
+ Received + 4
"Not enough arguments supplied for given headings:
<green>a | b | expected</color>
Received:
- <red>Array [</color>
- <red> 0,</color>
- <red> 1,</color>
- <red>]</color>
+ <red>Array [
+ 0,
+ 1,
+ ]</color>
Missing <red>1</color> argument"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:268:11)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test throws error when there are fewer arguments than headings over multiple rows 1`
- Snapshot - 7
+ Received + 7
"Not enough arguments supplied for given headings:
<green>a | b | expected</color>
Received:
- <red>Array [</color>
- <red> 0,</color>
- <red> 1,</color>
- <red> 1,</color>
- <red> 1,</color>
- <red> 1,</color>
- <red>]</color>
+ <red>Array [
+ 0,
+ 1,
+ 1,
+ 1,
+ 1,
+ ]</color>
Missing <red>1</color> argument"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:287:11)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test.concurrent throws error when there are additional words in first column heading 1`
- Snapshot - 3
+ Received + 3
@@ -2,8 +2,8 @@
<green>heading1 | headingN</color>
Received:
- <red>"</color>
- <red> a is the left | b | expected</color>
- <red> "</color>"
+ <red>"
+ a is the left | b | expected
+ "</color>"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:74:11)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test.concurrent throws error when there are additional words in second column heading 1`
- Snapshot - 3
+ Received + 3
@@ -2,8 +2,8 @@
<green>heading1 | headingN</color>
Received:
- <red>"</color>
- <red> a | b is the right | expected</color>
- <red> "</color>"
+ <red>"
+ a | b is the right | expected
+ "</color>"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:112:11)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test.concurrent throws error when there are additional words in last column heading 1`
- Snapshot - 3
+ Received + 3
@@ -2,8 +2,8 @@
<green>heading1 | headingN</color>
Received:
- <red>"</color>
- <red> a | b | expected value</color>
- <red> "</color>"
+ <red>"
+ a | b | expected value
+ "</color>"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:150:11)
|
run tests:
undefined#L1
expect(received).toThrowErrorMatchingSnapshot()
Snapshot name: `jest-each .test.concurrent throws error when there are fewer arguments than headings when given one row 1`
- Snapshot - 4
+ Received + 4
"Not enough arguments supplied for given headings:
<green>a | b | expected</color>
Received:
- <red>Array [</color>
- <red> 0,</color>
- <red> 1,</color>
- <red>]</color>
+ <red>Array [
+ 0,
+ 1,
+ ]</color>
Missing <red>1</color> argument"
at Object.toThrowErrorMatchingSnapshot (packages/jest-each/src/__tests__/template.test.ts:268:11)
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading