3388 allow organisms without consensus sequences #2782
Annotations
4 errors and 1 warning
Run tests:
website/src/components/SequenceDetailsPage/getTableData.spec.ts#L80
AssertionError: expected [] to strictly equal [ …(6) ]
- Expected
+ Received
- Array [
- Object {
- "customDisplay": Object {
- "type": "badge",
- "value": Array [],
- },
- "header": "Nucleotide mutations",
- "label": "Substitutions",
- "name": "nucleotideSubstitutions",
- "type": Object {
- "kind": "mutation",
- },
- "value": "",
- },
- Object {
- "header": "Nucleotide mutations",
- "label": "Deletions",
- "name": "nucleotideDeletions",
- "type": Object {
- "kind": "mutation",
- },
- "value": "",
- },
- Object {
- "header": "Nucleotide mutations",
- "label": "Insertions",
- "name": "nucleotideInsertions",
- "type": Object {
- "kind": "mutation",
- },
- "value": "",
- },
- Object {
- "customDisplay": Object {
- "type": "badge",
- "value": Array [],
- },
- "header": "Amino acid mutations",
- "label": "Substitutions",
- "name": "aminoAcidSubstitutions",
- "type": Object {
- "kind": "mutation",
- },
- "value": "",
- },
- Object {
- "header": "Amino acid mutations",
- "label": "Deletions",
- "name": "aminoAcidDeletions",
- "type": Object {
- "kind": "mutation",
- },
- "value": "",
- },
- Object {
- "header": "Amino acid mutations",
- "label": "Insertions",
- "name": "aminoAcidInsertions",
- "type": Object {
- "kind": "mutation",
- },
- "value": "",
- },
- ]
+ Array []
❯ src/components/SequenceDetailsPage/getTableData.spec.ts:80:22
|
Run tests:
website/src/components/SequenceDetailsPage/getTableData.spec.ts#L123
AssertionError: expected [] to deep equally contain { label: 'Substitutions', …(5) }
- Expected:
Object {
"customDisplay": Object {
"type": "badge",
"value": Array [
Object {
"mutations": Array [
Object {
"count": 0,
"mutation": "T10A",
"mutationFrom": "T",
"mutationTo": "A",
"position": 10,
"proportion": 0,
"sequenceName": null,
},
Object {
"count": 0,
"mutation": "C30G",
"mutationFrom": "C",
"mutationTo": "G",
"position": 30,
"proportion": 0,
"sequenceName": null,
},
],
"segment": "",
},
],
},
"header": "Nucleotide mutations",
"label": "Substitutions",
"name": "nucleotideSubstitutions",
"type": Object {
"kind": "mutation",
},
"value": "",
}
+ Received:
Array []
❯ src/components/SequenceDetailsPage/getTableData.spec.ts:123:22
|
Run tests:
website/src/components/SequenceDetailsPage/getTableData.spec.ts#L216
AssertionError: expected [] to deep equally contain { label: 'Insertions', …(4) }
- Expected:
Object {
"header": "Nucleotide mutations",
"label": "Insertions",
"name": "nucleotideInsertions",
"type": Object {
"kind": "mutation",
},
"value": "nucleotideInsertion1, nucleotideInsertion2",
}
+ Received:
Array []
❯ src/components/SequenceDetailsPage/getTableData.spec.ts:216:22
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading