fix: setup jsdom environment

This commit is contained in:
三咲智子 2022-12-05 12:59:04 +08:00
parent 09290b112e
commit b71731a432
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
5 changed files with 281 additions and 2 deletions

View file

@ -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'