fix(frontend): include vitest types for expect matchers
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
},
|
},
|
||||||
"types": ["vitest/globals", "@testing-library/jest-dom/vitest"]
|
"types": ["vitest", "vitest/globals", "@testing-library/jest-dom/vitest"]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"next-env.d.ts",
|
"next-env.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user