vite-ecosystem-ci #571
Annotations
24 errors and 3 notices
test-ecosystem (histoire)
Process completed with exit code 1.
|
vike/node/runtime/renderPage/resolveRedirects.spec.ts > resolveRouteStringRedirect > handles invalid redirects:
workspace/vike/vike/vike/node/runtime/renderPage/resolveRedirects.spec.ts#L99
AssertionError: expected '[vike][Wrong Usage][vite.config.js > …' to be '[vike][Wrong Usage][vite.config.js > …' // Object.is equality
Expected: "[vike][Wrong Usage][vite.config.js > vike({ redirects })] The URL redirection target is b but it should start with / or a protocol (http://, mailto:, ...), or be *"
Received: "[vike][Wrong Usage][vite.config.js > vike({ redirects })] The URL redirection target is 'b' but it should start with '/' or a protocol ('http://', 'mailto:', ...), or be '*'"
❯ expectErr vike/node/runtime/renderPage/resolveRedirects.spec.ts:99:37
❯ vike/node/runtime/renderPage/resolveRedirects.spec.ts:32:5
|
vike/node/runtime/renderPage/resolveRedirects.spec.ts > resolveRouteStringRedirect > handles invalid redirects:
workspace/vike/vike/vike/node/runtime/renderPage/resolveRedirects.spec.ts#L99
AssertionError: expected '[vike][Wrong Usage][vite.config.js > …' to be '[vike][Wrong Usage][vite.config.js > …' // Object.is equality
Expected: "[vike][Wrong Usage][vite.config.js > vike({ redirects })] The URL redirection target is b but it should start with / or a protocol (http://, mailto:, ...), or be *"
Received: "[vike][Wrong Usage][vite.config.js > vike({ redirects })] The URL redirection target is 'b' but it should start with '/' or a protocol ('http://', 'mailto:', ...), or be '*'"
❯ expectErr vike/node/runtime/renderPage/resolveRedirects.spec.ts:99:37
❯ vike/node/runtime/renderPage/resolveRedirects.spec.ts:32:5
|
test-ecosystem (vike)
Process completed with exit code 1.
|
test-ecosystem (vite-plugin-react)
Process completed with exit code 1.
|
test-ecosystem (vite-plugin-vue)
Process completed with exit code 1.
|
src/_preprocess/transformClasses/index.test.ts > transform > simple:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L44
Error: Snapshot `transform > simple 1` mismatched
- Expected
+ Received
"<div class="uno-orrz3z" />
<style>
- :global(.uno-orrz3z) {
- --un-bg-opacity: 1;
- background-color: rgb(239 68 68 / var(--un-bg-opacity));
- }
+ :global(.uno-orrz3z){--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity));}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:44:35
|
src/_preprocess/transformClasses/index.test.ts > transform > also hashes shortcut names:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L73
Error: Snapshot `transform > also hashes shortcut names 1` mismatched
- Expected
+ Received
"<div class="uno-azh9r1 foo" />
<div class:uno-4cfcv2={shortcut} />
<style>
- :global(.uno-azh9r1) {
- margin-bottom: 0.25rem;
- width: 1.25rem;
- }
- :global(.uno-4cfcv2) {
- width: 1.25rem;
- }
+ :global(.uno-azh9r1){margin-bottom:0.25rem;width:1.25rem;}:global(.uno-4cfcv2){width:1.25rem;}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:73:35
|
src/_preprocess/transformClasses/index.test.ts > transform > wraps parent and child dependent classes like rtl: and space-x-1 with :global() wrapper:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L106
Error: Snapshot `transform > wraps parent and child dependent classes like rtl: and space-x-1 with :global() wrapper 1` mismatched
- Expected
+ Received
"<div class="uno-tlm2ul" />
<style>
- :global([dir="rtl"] .uno-tlm2ul) {
- right: 0;
- }
- :global(.uno-tlm2ul) {
- margin-bottom: 0.25rem;
- font-size: 0.875rem;
- line-height: 1.25rem;
- }
- :global(.uno-tlm2ul > :not([hidden]) ~ :not([hidden])) {
- --un-space-x-reverse: 0;
- margin-left: calc(0.25rem * calc(1 - var(--un-space-x-reverse)));
- margin-right: calc(0.25rem * var(--un-space-x-reverse));
- }
+ :global([dir="rtl"] .uno-tlm2ul){right:0;}:global(.uno-tlm2ul){margin-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem;}:global(.uno-tlm2ul>:not([hidden])~:not([hidden])){--un-space-x-reverse:0;margin-left:calc(0.25rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(0.25rem * var(--un-space-x-reverse));}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:106:35
|
src/_preprocess/transformClasses/index.test.ts > transform > :global() properly handles @media queries:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L182
Error: Snapshot `transform > :global() properly handles @media queries 1` mismatched
- Expected
+ Received
"<div class="uno-1eyzu3" />
<style>
- @media (min-width: 640px) {
- :global(.dark .uno-1eyzu3:hover > :not([hidden]) ~ :not([hidden])) {
- --un-space-x-reverse: 0;
- margin-left: calc(0.25rem * calc(1 - var(--un-space-x-reverse)));
- margin-right: calc(0.25rem * var(--un-space-x-reverse));
- }
- }
+ @media (min-width: 640px){:global(.dark .uno-1eyzu3:hover>:not([hidden])~:not([hidden])){--un-space-x-reverse:0;margin-left:calc(0.25rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(0.25rem * var(--un-space-x-reverse));}}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:182:20
|
src/_preprocess/transformClasses/index.test.ts > transform > does not place :global() around animate-bounce keyframe digits:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L200
Error: Snapshot `transform > does not place :global() around animate-bounce keyframe digits 1` mismatched
- Expected
+ Received
"<div class="uno-swfyci" />
<style>
- :global(.uno-swfyci) {
- animation: bounce 1s linear infinite;
- }
- @Keyframes bounce {
- 0%,
- 100% {
- transform: translateY(-25%);
- animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
- }
- 50% {
- transform: translateY(0);
- animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
- }
- }
+ :global(.uno-swfyci){animation:bounce 1s linear infinite;}@Keyframes bounce{0%, 100% {transform:translateY(-25%);animation-timing-function:cubic-bezier(0.8,0,1,1)} 50% {transform:translateY(0);animation-timing-function:cubic-bezier(0,0,0.2,1)}}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:200:20
|
src/_preprocess/transformClasses/index.test.ts > transform > handles backticks and single quotes:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L236
Error: Snapshot `transform > handles backticks and single quotes 2` mismatched
- Expected
+ Received
"<span class="uno-k2ufqh" />
<style>
- :global(.uno-k2ufqh) {
- font-weight: 700;
- }
+ :global(.uno-k2ufqh){font-weight:700;}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:236:26
|
src/_preprocess/transformClasses/index.test.ts > transform > handles classes in inline conditionals:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L252
Error: Snapshot `transform > handles classes in inline conditionals 1` mismatched
- Expected
+ Received
"<span
- class="uno-r4l94t foo {bar ? 'uno-ffvc5a' : 'uno-3h14cd boo'} {baz
- ? 'uno-br1nw8'
- : ''}">Hello</span
+ class="uno-r4l94t foo {bar ? 'uno-ffvc5a' : 'uno-3h14cd boo'} {baz ? 'uno-br1nw8' : ''}"
+ >Hello</span
>
<style>
- :global(.uno-3h14cd) {
- --un-text-opacity: 1;
- color: rgb(34 197 94 / var(--un-text-opacity));
- color: rgb(96 165 250 / var(--un-text-opacity));
- font-weight: 600;
- }
- :global(.uno-ffvc5a) {
- --un-text-opacity: 1;
- color: rgb(220 38 38 / var(--un-text-opacity));
- }
- :global(.uno-r4l94t) {
- font-weight: 700;
- text-decoration-line: underline;
- }
- :global(.uno-br1nw8) {
- font-style: italic;
- }
+ :global(.uno-3h14cd){--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity));color:rgb(96 165 250 / var(--un-text-opacity));font-weight:600;}:global(.uno-ffvc5a){--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity));}:global(.uno-r4l94t){font-weight:700;text-decoration-line:underline;}:global(.uno-br1nw8){font-style:italic;}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:252:20
|
src/_preprocess/transformClasses/index.test.ts > transform > in dev, when it only hashes but does not combine, handles classes that fail when coming at the beginning of a shortcut name:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L295
Error: Snapshot `transform > in dev, when it only hashes but does not combine, handles classes that fail when coming at the beginning of a shortcut name 1` mismatched
- Expected
+ Received
"<div class="uno-83is87" />
<style>
- :global(.uno-83is87) {
- margin-bottom: 0.25rem;
- margin-top: 0.5rem !important;
- }
- :global(.uno-83is87 > :not([hidden]) ~ :not([hidden])) {
- --un-space-x-reverse: 0;
- margin-left: calc(0.25rem * calc(1 - var(--un-space-x-reverse)));
- margin-right: calc(0.25rem * var(--un-space-x-reverse));
- }
- @media (min-width: 768px) {
- :global(.uno-83is87) {
- margin-right: 0.75rem;
- }
- }
+ :global(.uno-83is87){margin-bottom:0.25rem;margin-top:0.5rem !important;}:global(.uno-83is87>:not([hidden])~:not([hidden])){--un-space-x-reverse:0;margin-left:calc(0.25rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(0.25rem * var(--un-space-x-reverse));}@media (min-width: 768px){:global(.uno-83is87){margin-right:0.75rem;}}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:295:35
|
src/_preprocess/transformClasses/index.test.ts > transform > skips generation for classes in safelist as they are set globally and compilation would remove them:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L345
Error: Snapshot `transform > skips generation for classes in safelist as they are set globally and compilation would remove them 1` mismatched
- Expected
+ Received
"<div class="uno-orrz3z mr-7" />
<style>
- :global(.uno-orrz3z) {
- --un-bg-opacity: 1;
- background-color: rgb(239 68 68 / var(--un-bg-opacity));
- }
+ :global(.uno-orrz3z){--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity));}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:345:20
|
src/_preprocess/transformClasses/index.test.ts > transform > does not add styles to a commented out style tag:
workspace/unocss/unocss/packages/svelte-scoped/src/_preprocess/transformClasses/index.test.ts#L362
Error: Snapshot `transform > does not add styles to a commented out style tag 1` mismatched
- Expected
+ Received
"<div class="uno-ssrvwc" />
<!-- <style></style> -->
<style>
- :global(.uno-ssrvwc) {
- display: none;
- }
+ :global(.uno-ssrvwc){display:none;}
</style>
"
❯ src/_preprocess/transformClasses/index.test.ts:362:20
|
test-ecosystem (vitest)
Property 'useFsEvents' does not exist on type 'Partial<BasicOpts & { ignored: Matcher | Matcher[]; awaitWriteFinish: boolean | Partial<AWF>; }>'.
|
test-ecosystem (vitest)
Property 'useFsEvents' does not exist on type 'Partial<BasicOpts & { ignored: Matcher | Matcher[]; awaitWriteFinish: boolean | Partial<AWF>; }>'.
|
test-ecosystem (vitest)
Process completed with exit code 1.
|
test-ecosystem (sveltekit)
Process completed with exit code 1.
|
test-ecosystem (redwoodjs)
Process completed with exit code 1.
|
test-ecosystem (vite-plugin-svelte)
Process completed with exit code 1.
|
test-ecosystem (remix)
Process completed with exit code 1.
|
test-ecosystem (astro)
Process completed with exit code 1.
|
🎭 Playwright Run Summary
19 passed (16.0s)
|
🎭 Playwright Run Summary
71 passed (25.9s)
|
🎭 Playwright Run Summary
67 passed (17.7s)
|