Update LoveToDo grid #9
Annotations
3 errors and 1 warning
src/components/Tile.test.tsx > Tile:
src/components/Tile.test.tsx#L13
Error: Snapshot `Tile 1` mismatched
- Expected
+ Received
<div
className="overflow-hidden rounded-lg border border-zinc-600/20 bg-gradient-to-tr from-zinc-800/20 to-zinc-800/40 px-6 pb-4 pt-8 shadow-2xl"
>
<h3
- className="relative w-full font-medium text-zinc-200 pb-4 text-xl opacity-90"
+ className="relative w-full font-medium pb-4 text-xl text-slate-200"
>
Test Title
</h3>
<h4
- className="relative w-full font-medium text-zinc-200 pb-6 text-sm opacity-50"
+ className="relative w-full font-medium pb-6 text-sm opacity-70"
>
Test Subtitle
</h4>
Tile
</div>
❯ src/components/Tile.test.tsx:13:16
|
src/components/Tile.test.tsx > Tile with class name:
src/components/Tile.test.tsx#L23
Error: Snapshot `Tile with class name 1` mismatched
- Expected
+ Received
<div
className="overflow-hidden rounded-lg border border-zinc-600/20 bg-gradient-to-tr from-zinc-800/20 to-zinc-800/40 px-6 pb-4 pt-8 shadow-2xl test-class"
>
<h3
- className="relative w-full font-medium text-zinc-200 pb-4 text-xl opacity-90"
+ className="relative w-full font-medium pb-4 text-xl text-slate-200"
>
Test Title
</h3>
<h4
- className="relative w-full font-medium text-zinc-200 pb-6 text-sm opacity-50"
+ className="relative w-full font-medium pb-6 text-sm opacity-70"
>
Test Subtitle
</h4>
Tile with class name
</div>
❯ src/components/Tile.test.tsx:23:16
|
build (18.x)
Process completed with exit code 1.
|
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|