chore: add vitest project config and yarn constraints
This commit is contained in:
7
packages/trpc/vitest.config.ts
Normal file
7
packages/trpc/vitest.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
setupFiles: ["./vitest-setup.ts"],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user