style: lint #540
Annotations
10 errors and 1 warning
test/migration-createAsset.test.ts#L26
ReferenceError: File is not defined
❯ test/migration-createAsset.test.ts:26:15
|
test/migration-createDocument.test.ts#L214
AssertionError: expected undefined to strictly equal { …(7) }
- Expected:
Object {
"alt": "Viverra tellus in hac habitasse platea",
"credits": "Facilisis sed odio morbi quis commodo odio aenean sed adipiscing diam donec adipiscing tristique",
"file": "https://images.unsplash.com/photo-1497436072909-60f360e1d4b1",
"filename": "photo-1497436072909-60f360e1d4b1",
"id": undefined,
"notes": undefined,
"tags": undefined,
}
+ Received:
undefined
❯ test/migration-createDocument.test.ts:214:36
|
test/migration-createDocument.test.ts#L234
AssertionError: expected undefined to strictly equal { …(7) }
- Expected:
Object {
"alt": "Lorem sed risus ultricies tristique",
"credits": "Elit pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas",
"file": "https://images.unsplash.com/photo-1431794062232-2a99a5431c6c",
"filename": "photo-1431794062232-2a99a5431c6c",
"id": undefined,
"notes": undefined,
"tags": undefined,
}
+ Received:
undefined
❯ test/migration-createDocument.test.ts:234:36
|
test/migration-createDocument.test.ts#L264
AssertionError: expected undefined to strictly equal { …(7) }
- Expected:
Object {
"alt": "Metus dictum at tempor commodo",
"credits": "Dictum fusce ut placerat orci nulla pellentesque dignissim",
"file": "https://images.unsplash.com/photo-1587502537745-84b86da1204f",
"filename": "photo-1587502537745-84b86da1204f",
"id": undefined,
"notes": undefined,
"tags": undefined,
}
+ Received:
undefined
❯ test/migration-createDocument.test.ts:264:36
|
test/migration-createDocument.test.ts#L294
AssertionError: expected undefined to strictly equal { …(7) }
- Expected:
Object {
"alt": "Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lectus mauris ultrices eros",
"credits": "Vulputate enim nulla aliquet porttitor lacus luctus accumsan tortor posuere ac ut consequat semper",
"file": "https://images.unsplash.com/photo-1444464666168-49d633b86797",
"filename": "photo-1444464666168-49d633b86797",
"id": undefined,
"notes": undefined,
"tags": undefined,
}
+ Received:
undefined
❯ test/migration-createDocument.test.ts:294:36
|
test/migration-createDocument.test.ts#L214
AssertionError: expected { id: undefined, …(6) } to strictly equal { alt: undefined, …(6) }
- Expected
+ Received
Object {
- "alt": undefined,
- "credits": undefined,
- "file": "https://aliquam.example",
- "filename": "quis.example",
+ "alt": "Viverra tellus in hac habitasse platea",
+ "credits": "Facilisis sed odio morbi quis commodo odio aenean sed adipiscing diam donec adipiscing tristique",
+ "file": "https://images.unsplash.com/photo-1497436072909-60f360e1d4b1",
+ "filename": "photo-1497436072909-60f360e1d4b1",
"id": undefined,
"notes": undefined,
- "tags": undefined,
+ "tags": Array [],
}
❯ test/migration-createDocument.test.ts:214:36
|
test/migration-createDocument.test.ts#L234
AssertionError: expected { id: undefined, …(6) } to strictly equal { alt: undefined, …(6) }
- Expected
+ Received
Object {
- "alt": undefined,
- "credits": undefined,
- "file": "https://sagittis.example",
- "filename": "malesuada.example",
+ "alt": "Lorem sed risus ultricies tristique",
+ "credits": "Elit pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas",
+ "file": "https://images.unsplash.com/photo-1431794062232-2a99a5431c6c",
+ "filename": "photo-1431794062232-2a99a5431c6c",
"id": undefined,
"notes": undefined,
- "tags": undefined,
+ "tags": Array [],
}
❯ test/migration-createDocument.test.ts:234:36
|
test/migration-createDocument.test.ts#L264
AssertionError: expected { id: undefined, …(6) } to strictly equal { alt: undefined, …(6) }
- Expected
+ Received
Object {
- "alt": undefined,
- "credits": undefined,
- "file": "https://risus,.example",
- "filename": "amet.example",
+ "alt": "Metus dictum at tempor commodo",
+ "credits": "Dictum fusce ut placerat orci nulla pellentesque dignissim",
+ "file": "https://images.unsplash.com/photo-1587502537745-84b86da1204f",
+ "filename": "photo-1587502537745-84b86da1204f",
"id": undefined,
"notes": undefined,
- "tags": undefined,
+ "tags": Array [],
}
❯ test/migration-createDocument.test.ts:264:36
|
test/migration-createDocument.test.ts#L294
AssertionError: expected { id: undefined, …(6) } to strictly equal { alt: undefined, …(6) }
- Expected
+ Received
Object {
- "alt": undefined,
- "credits": undefined,
- "file": "https://massa.example",
- "filename": "dolor.example",
+ "alt": "Eu turpis egestas pretium aenean pharetra magna ac placerat vestibulum lectus mauris ultrices eros",
+ "credits": "Vulputate enim nulla aliquet porttitor lacus luctus accumsan tortor posuere ac ut consequat semper",
+ "file": "https://images.unsplash.com/photo-1444464666168-49d633b86797",
+ "filename": "photo-1444464666168-49d633b86797",
"id": undefined,
"notes": undefined,
- "tags": undefined,
+ "tags": Array [],
}
❯ test/migration-createDocument.test.ts:294:36
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading