mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
install vitest #3
This commit is contained in:
parent
1729766d06
commit
43580e1036
10 changed files with 2199 additions and 119 deletions
14
api/tests/tsconfig.json
Normal file
14
api/tests/tsconfig.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "bundler",
|
||||
"types": [
|
||||
"@cloudflare/vitest-pool-workers", // provides `cloudflare:test` types
|
||||
"vitest/globals"
|
||||
],
|
||||
},
|
||||
"include": [
|
||||
"./**/*.ts",
|
||||
"../worker-configuration.d.ts", // output of `wrangler types`
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue