mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-23 06:26:30 +01:00
install vitest #3
This commit is contained in:
parent
1729766d06
commit
43580e1036
10 changed files with 2199 additions and 119 deletions
6
api/tests/vitest.setup.ts
Normal file
6
api/tests/vitest.setup.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { config } from 'dotenv'
|
||||
import { env } from 'cloudflare:test'
|
||||
|
||||
config()
|
||||
|
||||
Object.assign(env, process.env)
|
||||
Loading…
Add table
Add a link
Reference in a new issue