add vitest preferstate for mutedEmojis

This commit is contained in:
tai-cha 2025-05-07 18:18:04 +09:00
parent 5f5d96bab7
commit 19b3a2efd0
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export const preferState: Record<string, unknown> = {
code: false,
},
mutedEmojis: [],
};
// XXX: store somehow becomes undefined in vitest?