build(deps): Bump recast from 0.23.12 to 0.24.0 #192
Annotations
11 errors
|
unit (24.x)
Process completed with exit code 1.
|
|
packages/cddl2ts/tests/group_choice.test.ts > group choice conversion > should generate a union type for multiple group choices:
packages/cddl2ts/tests/group_choice.test.ts#L51
Error: Snapshot `group choice conversion > should generate a union type for multiple group choices 1` mismatched
- Expected
+ Received
@@ -32,11 +32,11 @@
// 6. Array with Group Choice - should be array of union?
export type TypeChoiceInsideGroup = number | string;
// 7. Map with nested group (bare and parens) - should be object like
- export type ArrayGroupChoice = Int | string[];
+ export type ArrayGroupChoice = (Int | string)[];
export type MapWithBareGroup = number;
// 8. Group wrapped in map with multiple properties
export type MapWithParensGroup = number;
❯ packages/cddl2ts/tests/group_choice.test.ts:51:24
|
|
unit (22.x)
The strategy configuration was canceled because "unit._24_x" failed
|
|
unit (22.x)
Process completed with exit code 1.
|
|
packages/cddl2ts/tests/group_choice.test.ts > group choice conversion > should generate a union type for multiple group choices:
packages/cddl2ts/tests/group_choice.test.ts#L51
Error: Snapshot `group choice conversion > should generate a union type for multiple group choices 1` mismatched
- Expected
+ Received
@@ -32,11 +32,11 @@
// 6. Array with Group Choice - should be array of union?
export type TypeChoiceInsideGroup = number | string;
// 7. Map with nested group (bare and parens) - should be object like
- export type ArrayGroupChoice = Int | string[];
+ export type ArrayGroupChoice = (Int | string)[];
export type MapWithBareGroup = number;
// 8. Group wrapped in map with multiple properties
export type MapWithParensGroup = number;
❯ packages/cddl2ts/tests/group_choice.test.ts:51:24
|
|
unit (25.x)
The strategy configuration was canceled because "unit._24_x" failed
|
|
unit (25.x)
The operation was canceled.
|
|
packages/cddl2ts/tests/group_choice.test.ts > group choice conversion > should generate a union type for multiple group choices:
packages/cddl2ts/tests/group_choice.test.ts#L51
Error: Snapshot `group choice conversion > should generate a union type for multiple group choices 1` mismatched
- Expected
+ Received
@@ -32,11 +32,11 @@
// 6. Array with Group Choice - should be array of union?
export type TypeChoiceInsideGroup = number | string;
// 7. Map with nested group (bare and parens) - should be object like
- export type ArrayGroupChoice = Int | string[];
+ export type ArrayGroupChoice = (Int | string)[];
export type MapWithBareGroup = number;
// 8. Group wrapped in map with multiple properties
export type MapWithParensGroup = number;
❯ packages/cddl2ts/tests/group_choice.test.ts:51:24
|
|
unit (20.x)
The strategy configuration was canceled because "unit._24_x" failed
|
|
unit (20.x)
The operation was canceled.
|
|
packages/cddl2ts/tests/group_choice.test.ts > group choice conversion > should generate a union type for multiple group choices:
packages/cddl2ts/tests/group_choice.test.ts#L51
Error: Snapshot `group choice conversion > should generate a union type for multiple group choices 1` mismatched
- Expected
+ Received
@@ -32,11 +32,11 @@
// 6. Array with Group Choice - should be array of union?
export type TypeChoiceInsideGroup = number | string;
// 7. Map with nested group (bare and parens) - should be object like
- export type ArrayGroupChoice = Int | string[];
+ export type ArrayGroupChoice = (Int | string)[];
export type MapWithBareGroup = number;
// 8. Group wrapped in map with multiple properties
export type MapWithParensGroup = number;
❯ packages/cddl2ts/tests/group_choice.test.ts:51:24
|