feat(api, robot-server, shared-data): add FlexStacker module to the hardware controller and robot server. #8527
Annotations
2 errors
run shared-data JS unit tests:
shared-data/js/__tests__/moduleSpecsSchema.test.ts#L58
AssertionError: expected [ { keyword: 'enum', …(4) }, …(1) ] to be null // Object.is equality
- Expected:
null
+ Received:
Array [
Object {
"dataPath": "/moduleType",
"keyword": "enum",
"message": "should be equal to one of the allowed values",
"params": Object {
"allowedValues": Array [
"temperatureModuleType",
"magneticModuleType",
"thermocyclerModuleType",
"heaterShakerModuleType",
"magneticBlockType",
"absorbanceReaderType",
"flexStackerModuleType",
],
},
"schemaPath": "#/properties/moduleType/enum",
},
Object {
"dataPath": "/model",
"keyword": "pattern",
"message": "should match pattern \"^(temperatureModule|magneticModule|thermocyclerModule|heaterShakerModule|magneticBlock|absorbanceReader|flexStackerModule)V[0-9]+$\"",
"params": Object {
"pattern": "^(temperatureModule|magneticModule|thermocyclerModule|heaterShakerModule|magneticBlock|absorbanceReader|flexStackerModule)V[0-9]+$",
},
"schemaPath": "#/properties/model/pattern",
},
]
❯ shared-data/js/__tests__/moduleSpecsSchema.test.ts:58:32
|
run shared-data JS unit tests
Process completed with exit code 2.
|
Loading