Skip to content

chore: add property

chore: add property #5

Triggered via push November 15, 2024 07:18
Status Failure
Total duration 34s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
tests/index.test.ts > presetStarter: tests/index.test.ts#L14
Error: Snapshot `presetStarter 1` mismatched - Expected + Received "/* layer: default */ @Keyframes magic{0% {opacity: 1;-webkit-transform-origin: 100% 200%;transform-origin: 100% 200%;-webkit-transform: scale(1, 1) rotate(0deg);transform: scale(1, 1) rotate(0deg);}100% {opacity: 0;-webkit-transform-origin: 200% 500%;transform-origin: 200% 500%;-webkit-transform: scale(0, 0) rotate(270deg);transform: scale(0, 0) rotate(270deg);}} - .animate-magic{animation:magic 1s linear 1;}" + .animate-magic{animation:magic 1s linear 1;animation-fill-mode:both;}" ❯ tests/index.test.ts:14:15
lint
Process completed with exit code 1.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/