removing duplicate definition of async function from msvdatagrid #49
Annotations
3 errors and 1 warning
move into frontend --> npm install, build, and test:
frontend/__tests__/alltaxonomiesview_uqc.test.tsx#L66
AssertionError: expected 2nd "spy" call to have been called with [ { …(6) }, 'schema_name', …(3) ]
- Expected
+ Received
Array [
Object {
"beginTransaction": [Function spy],
"commit": [Function spy],
"execute": [Function spy],
"query": [Function spy],
"release": [Function spy],
"rollback": [Function spy],
},
"schema_name",
"genus",
- ObjectContaining {
- "FamilyID": 1,
+ Object {
"Genus": "Acacia",
"GenusAuthority": "Willd.",
},
"GenusID",
]
❯ __tests__/alltaxonomiesview_uqc.test.tsx:66:32
|
move into frontend --> npm install, build, and test:
frontend/__tests__/stemtaxonomiesview_uqc.test.tsx#L57
AssertionError: expected 2nd "spy" call to have been called with [ { …(6) }, 'schema_name', …(3) ]
- Expected
+ Received
Array [
Object {
"beginTransaction": [Function spy],
"commit": [Function spy],
"execute": [Function spy],
"query": [Function spy],
"release": [Function spy],
"rollback": [Function spy],
},
"schema_name",
"genus",
- Object {
- "Family": undefined,
- "FamilyID": 1,
- "Genus": undefined,
- },
+ Object {},
"GenusID",
]
❯ __tests__/stemtaxonomiesview_uqc.test.tsx:57:32
|
move into frontend --> npm install, build, and test
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