Code change pipeline to development by @GeorgeGoodall #187
Annotations
3 errors and 1 warning
test/unit/datasetController.test.js#L36
AssertionError: expected undefined to deeply equal [ { available: true, …(3) }, …(1) ]
- Expected:
Array [
Object {
"available": true,
"requiresGeometryTypeSelection": true,
"text": "A",
"value": "A",
},
Object {
"available": true,
"requiresGeometryTypeSelection": true,
"text": "B",
"value": "B",
},
]
+ Received:
undefined
❯ test/unit/datasetController.test.js:36:43
|
test/unit/datasetController.test.js#L52
AssertionError: expected undefined to deeply equal 'subject1'
- Expected:
"subject1"
+ Received:
undefined
❯ test/unit/datasetController.test.js:52:38
|
|
|
This job failed
Loading