chore(deps): update all non-major dependencies #2052
Annotations
6 errors
ci (ubuntu-latest)
Process completed with exit code 1.
|
test/basic.test.ts > features > adds preload links to the HTML with global CSS:
test/basic.test.ts#L197
Error: Snapshot `features > adds preload links to the HTML with global CSS 1` mismatched
- Expected
+ Received
[
"/custom-font.woff2",
- "/file.woff",
- "/file.woff2",
"/file.woff2",
"/file.woff2",
"/file.woff2",
"/some-font.woff2",
]
❯ test/basic.test.ts:197:46
|
test/basic.test.ts > providers > generates inlined font face rules for `adobe` provider:
test/basic.test.ts#L23
Error: Snapshot `providers > generates inlined font face rules for `adobe` provider 1` mismatched
- Expected
+ Received
- [
- "@font-face{font-family:Aleo;src:local("Aleo Regular Italic"),local("Aleo Italic"),url(/_fonts/file.woff2) format(woff2),url(/_fonts/file.woff) format(woff),url(/_fonts/file.otf) format(opentype);font-display:auto;font-weight:400;font-style:italic}",
- "@font-face{font-family:Aleo;src:local("Aleo Regular"),local("Aleo"),url(/_fonts/file.woff2) format(woff2),url(/_fonts/file.woff) format(woff),url(/_fonts/file.otf) format(opentype);font-display:auto;font-weight:400;font-style:normal}",
- ]
+ []
❯ test/basic.test.ts:23:44
|
ci (windows-latest)
Process completed with exit code 1.
|
test/basic.test.ts > features > adds preload links to the HTML with global CSS:
test/basic.test.ts#L197
Error: Snapshot `features > adds preload links to the HTML with global CSS 1` mismatched
- Expected
+ Received
[
"/custom-font.woff2",
- "/file.woff",
- "/file.woff2",
"/file.woff2",
"/file.woff2",
"/file.woff2",
"/some-font.woff2",
]
❯ test/basic.test.ts:197:46
|
test/basic.test.ts > providers > generates inlined font face rules for `adobe` provider:
test/basic.test.ts#L23
Error: Snapshot `providers > generates inlined font face rules for `adobe` provider 1` mismatched
- Expected
+ Received
- [
- "@font-face{font-family:Aleo;src:local("Aleo Regular Italic"),local("Aleo Italic"),url(/_fonts/file.woff2) format(woff2),url(/_fonts/file.woff) format(woff),url(/_fonts/file.otf) format(opentype);font-display:auto;font-weight:400;font-style:italic}",
- "@font-face{font-family:Aleo;src:local("Aleo Regular"),local("Aleo"),url(/_fonts/file.woff2) format(woff2),url(/_fonts/file.woff) format(woff),url(/_fonts/file.otf) format(opentype);font-display:auto;font-weight:400;font-style:normal}",
- ]
+ []
❯ test/basic.test.ts:23:44
|