test: ignore `MkImgWithBlurhash` to avoid unstable snapshots

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-06-01 23:27:58 +09:00
parent eedc8049db
commit 8bdf0dd135
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div ref="root" :class="[$style.root, { [$style.cover]: cover }]" :title="title ?? ''">
<div ref="root" :class="['chromatic-ignore', $style.root, { [$style.cover]: cover }]" :title="title ?? ''">
<TransitionGroup
:duration="defaultStore.state.animation && props.transition?.duration || undefined"
:enterActiveClass="defaultStore.state.animation && props.transition?.enterActiveClass || undefined"