feat(shared-data, api): Add evo tips definition and restrictions on loading #8549
Annotations
2 errors
run shared-data JS unit tests:
shared-data/js/__tests__/labwareDefSchemaV2.test.ts#L213
AssertionError: expected [ { …(5) }, { …(5) } ] to be null // Object.is equality
- Expected:
null
+ Received:
Array [
Object {
"dataPath": "",
"keyword": "additionalProperties",
"message": "should NOT have additional properties",
"params": Object {
"additionalProperty": "stackLimit",
},
"schemaPath": "#/additionalProperties",
},
Object {
"dataPath": "",
"keyword": "additionalProperties",
"message": "should NOT have additional properties",
"params": Object {
"additionalProperty": "compatibleParentLabware",
},
"schemaPath": "#/additionalProperties",
},
]
❯ shared-data/js/__tests__/labwareDefSchemaV2.test.ts:213:32
|
run shared-data JS unit tests
Process completed with exit code 2.
|
Loading