build(deps): bump jose from 5.10.0 to 6.2.3 - #3
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
4 errors
|
Run npm test
Process completed with exit code 1.
|
|
Run npm test:
__tests__/components/hours-location.test.tsx#L28
TestingLibraryElementError: Unable to find an element with the text: 5/1 Winton Road. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<section
class="bg-section section-py"
>
<div
class="mx-auto container-max px-4 sm:px-6"
>
<div
class="grid md:grid-cols-2"
style="gap: var(--grid-gap);"
>
<div>
<div
class="flex items-center gap-3"
>
<svg
aria-hidden="true"
class="lucide lucide-clock h-6 w-6 text-price"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="12"
cy="12"
r="10"
/>
<path
d="M12 6v6l4 2"
/>
</svg>
<h2
class="text-2xl font-bold text-heading"
>
Hours
</h2>
</div>
<dl
class="mt-6 space-y-3"
>
<div
class="flex justify-between"
>
<dt
class="text-sm font-medium text-label"
>
Monday - Friday
</dt>
<dd
class="text-sm text-muted"
>
7:00 AM - 3:00 PM
</dd>
</div>
<div
class="flex justify-between"
>
<dt
class="text-sm font-medium text-label"
>
Saturday
</dt>
<dd
class="text-sm text-muted"
>
8:00 AM - 4:00 PM
</dd>
</div>
<div
class="flex justify-between"
>
<dt
class="text-sm font-medium text-label"
>
Sunday
</dt>
<dd
class="text-sm text-muted"
>
Closed
</dd>
</div>
</dl>
</div>
<div>
<div
class="flex items-center gap-3"
>
<svg
aria-hidden="true"
class="lucide lucide-map-pin h-6 w-6 text-price"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"
/>
<circle
cx="12"
cy="10"
r="3"
/>
</svg>
<h2
class="text-2xl font-bold text-heading"
>
Location
</h2>
</div>
<div
class="mt-6 space-y-2 text-sm text-body"
>
<p>
123 Coffee Lane
</p>
<p>
Melbourne VIC 3000
</p>
<p>
Australia
</p>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
❯
|
|
Run npm test:
__tests__/components/hours-location.test.tsx#L20
TestingLibraryElementError: Unable to find an element with the text: 8:00 AM - 2:00 PM. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<section
class="bg-section section-py"
>
<div
class="mx-auto container-max px-4 sm:px-6"
>
<div
class="grid md:grid-cols-2"
style="gap: var(--grid-gap);"
>
<div>
<div
class="flex items-center gap-3"
>
<svg
aria-hidden="true"
class="lucide lucide-clock h-6 w-6 text-price"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="12"
cy="12"
r="10"
/>
<path
d="M12 6v6l4 2"
/>
</svg>
<h2
class="text-2xl font-bold text-heading"
>
Hours
</h2>
</div>
<dl
class="mt-6 space-y-3"
>
<div
class="flex justify-between"
>
<dt
class="text-sm font-medium text-label"
>
Monday - Friday
</dt>
<dd
class="text-sm text-muted"
>
7:00 AM - 3:00 PM
</dd>
</div>
<div
class="flex justify-between"
>
<dt
class="text-sm font-medium text-label"
>
Saturday
</dt>
<dd
class="text-sm text-muted"
>
8:00 AM - 4:00 PM
</dd>
</div>
<div
class="flex justify-between"
>
<dt
class="text-sm font-medium text-label"
>
Sunday
</dt>
<dd
class="text-sm text-muted"
>
Closed
</dd>
</div>
</dl>
</div>
<div>
<div
class="flex items-center gap-3"
>
<svg
aria-hidden="true"
class="lucide lucide-map-pin h-6 w-6 text-price"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"
/>
<circle
cx="12"
cy="10"
r="3"
/>
</svg>
<h2
class="text-2xl font-bold text-heading"
>
Location
</h2>
</div>
<div
class="mt-6 space-y-2 text-sm text-body"
>
<p>
123 Coffee Lane
</p>
<p>
Melbourne VIC 3000
</p>
<p>
Australia
</p>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
��
|
|
Run npm test:
__tests__/app/manifest.test.ts#L8
AssertionError: expected 'Cafe Template' to be 'Aydin\'s Cafe' // Object.is equality
Expected: "Aydin's Cafe"
Received: "Cafe Template"
❯ __tests__/app/manifest.test.ts:8:25
|
background
wait
wait-all
cancel
parallel
Loading