fix: setup jsdom environment
This commit is contained in:
parent
09290b112e
commit
b71731a432
5 changed files with 281 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* @vitest-environment jsdom
|
||||
*/
|
||||
/* eslint-disable vue/one-component-per-file */
|
||||
import type { Emoji } from 'masto'
|
||||
import { describe, expect, it, vi } from 'vitest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue