fix: lockfile #20
Annotations
4 errors
|
Test
Process completed with exit code 1.
|
|
tests/index.test.ts > fixtures > individual > object-prop:
tests/index.test.ts#L77
Error: Snapshot `fixtures > individual > object-prop 1` mismatched
- Expected
+ Received
@@ -16,10 +16,10 @@
"value": "B"
}
}
},
"required": true,
- "stringified": "{ a: \"A\"; b?: \"B\"; }"
+ "stringified": "{a: \"A\"; b?: \"B\"}"
}
}
}
]
❯ runFixtures tests/index.test.ts:77:3
❯ tests/index.test.ts:88:5
|
|
tests/index.test.ts > fixtures > individual > interface-prop:
tests/index.test.ts#L77
Error: Snapshot `fixtures > individual > interface-prop 1` mismatched
- Expected
+ Received
@@ -16,10 +16,10 @@
"value": "B"
}
}
},
"required": true,
- "stringified": "{ a: \"A\"; b?: \"B\"; }"
+ "stringified": "{a: \"A\"; b?: \"B\"}"
}
}
}
]
❯ runFixtures tests/index.test.ts:77:3
❯ tests/index.test.ts:88:5
|
|
tests/index.test.ts > fixtures > combined > all:
tests/index.test.ts#L77
Error: Snapshot `fixtures > combined > all 1` mismatched
- Expected
+ Received
@@ -286,11 +286,11 @@
}
}
}
},
"required": true,
- "stringified": "(a: number, b: Array<string>) => { a: \"A\"; b: string | number; }"
+ "stringified": "(a: number, b: Array<string>) => {a: \"A\", b: string | number}"
},
"u": {
"type": {
"name": "object",
"properties": {
@@ -317,11 +317,11 @@
"required": true
}
}
},
"required": true,
- "stringified": "{\n a: \"A\";\n b?: 4;\n c: string | undefined;\n}"
+ "stringified": "{a: \"A\"; b?: 4; c: string | undefined}"
},
"internal": {
"type": {
"name": "literal",
"value": "hidden"
❯ runFixtures tests/index.test.ts:77:3
❯ tests/index.test.ts:88:5
|