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
|
||||
*/
|
||||
import { describe, expect, it } from 'vitest'
|
||||
import { htmlToText } from '../composables/content'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue