Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Nov 15, 2024
1 parent ab0b768 commit 7de24b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ it('presetStarter', async () => {
expect(css).toMatchInlineSnapshot(`
"/* 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;}"
`)
})

0 comments on commit 7de24b4

Please sign in to comment.