mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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,
|
it,
|
||||||
expect
|
expect
|
||||||
} from 'vitest'
|
} 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 fs from 'fs-extra'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue