add vitest preferstate for mutedEmojis
This commit is contained in:
parent
5f5d96bab7
commit
19b3a2efd0
|
@ -27,6 +27,7 @@ export const preferState: Record<string, unknown> = {
|
|||
code: false,
|
||||
},
|
||||
|
||||
mutedEmojis: [],
|
||||
};
|
||||
|
||||
// XXX: store somehow becomes undefined in vitest?
|
||||
|
|
Loading…
Reference in New Issue