mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Import vitest/web-worker
This commit is contained in:
parent
4e058f3227
commit
ceba0cadaa
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ import {
|
|||
it,
|
||||
expect
|
||||
} from 'vitest'
|
||||
// Vitest Web Worker Compatibility - https://github.com/vitest-dev/vitest/tree/main/packages/web-worker
|
||||
import '@vitest/web-worker'
|
||||
|
||||
|
||||
import fs from 'fs-extra'
|
||||
import path from 'node:path'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue