feat: 供应商询价记录呈现 #34
Annotations
3 errors
packages/core/client/src/schema-component/antd/checkbox/__tests__/checkbox.test.tsx > Checkbox.Group > should display the tag when checked:
packages/core/client/src/schema-component/antd/checkbox/__tests__/checkbox.test.tsx#L143
Error: Snapshot `Checkbox.Group > should display the tag when checked 3` mismatched
- Expected
+ Received
- NodeList []
+ NodeList [
+ <span
+ class="ant-tag ant-tag-blue css-dev-only-do-not-override-1tvv740"
+ >
+ 选项2
+ </span>,
+ ]
❯ packages/core/client/src/schema-component/antd/checkbox/__tests__/checkbox.test.tsx:143:52
|
packages/core/client/src/schema-component/antd/input/__tests__/Input.test.tsx > Input.JSON > should not display error when the value is valid JSON5:
node_modules/json5/dist/index.mjs#L1153
SyntaxError: JSON5: invalid character '{' at 3:2
❯ syntaxError node_modules/json5/dist/index.mjs:1153:17
❯ invalidChar node_modules/json5/dist/index.mjs:1098:12
❯ Object.end node_modules/json5/dist/index.mjs:747:15
❯ Object.default node_modules/json5/dist/index.mjs:211:37
❯ lex node_modules/json5/dist/index.mjs:143:42
❯ Object.parse node_modules/json5/dist/index.mjs:68:17
❯ packages/core/client/src/schema-component/antd/input/__tests__/Input.test.tsx:158:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { lineNumber: 3, columnNumber: 2 }
|
frontend-test (20)
Process completed with exit code 1.
|