Update dependency @tanstack/react-virtual to v3.12.0 #933
ci.yaml
on: pull_request
validations
2m 9s
Poke gitops
0s
Create release notes
0s
Annotations
3 errors
validations
api#test: command (/home/runner/work/sill/sill/api) /tmp/yarn--1738556700934-0.5889528224443525/yarn run test exited (1)
|
src/core/adapters/fetchExternalData.test.ts > fetches software extra data (from different providers) > gets software external data and saves it, and does not save other extra data if there is nothing relevant:
api/src/tools/test.helpers.ts#L12
AssertionError: expected [ { …(17) }, { …(17) } ] to deeply equal [ { …(17) }, { …(17) } ]
- Expected
+ Received
Array [
Object {
"applicationCategories": null,
- "description": "A framwork for creating react SPA that uses webpack as bundler",
+ "description": "deprecated tool for creating React-based SPAs",
"developers": Array [],
"documentationUrl": null,
"externalDataOrigin": "wikidata",
"externalId": "Q118629387",
"framaLibreId": null,
"isLibreSoftware": true,
"keywords": Array [],
"label": "create-react-app",
"license": "MIT licence",
"logoUrl": null,
"programmingLanguages": Array [],
"publicationTime": 2022-04-12T00:00:00.000Z,
"softwareVersion": "5.0.1",
"sourceUrl": "https://github.com/facebook/create-react-app",
"websiteUrl": "https://create-react-app.dev/",
},
Object {
"applicationCategories": null,
"description": "open-source JavaScript module bundler",
"developers": Array [
Object {
"id": "Q58482636",
"name": "Evan You",
"url": "https://www.wikidata.org/wiki/Q58482636",
},
],
"documentationUrl": "https://vitejs.dev/guide/",
"externalDataOrigin": "wikidata",
"externalId": "Q111590996",
"framaLibreId": null,
"isLibreSoftware": true,
"keywords": Array [],
"label": "Vite",
"license": "MIT licence",
"logoUrl": "//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Vitejs-logo.svg/220px-Vitejs-logo.svg.png",
"programmingLanguages": Array [
"JavaScript",
],
"publicationTime": Any<Date>,
"softwareVersion": Any<String>,
"sourceUrl": "https://github.com/vitejs/vite",
"websiteUrl": "https://vitejs.dev/",
},
]
❯ Module.expectToEqual src/tools/test.helpers.ts:12:20
❯ it.timeout src/core/adapters/fetchExternalData.test.ts:180:13
|
validations
Process completed with exit code 1.
|