Configure vitest library with react testing library and jest-dom
This commit is contained in:
parent
27a24bad65
commit
fef45ef91a
9 changed files with 2380 additions and 10 deletions
|
@ -3,8 +3,8 @@
|
|||
"target": "ESNext",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"allowJs": false,
|
||||
"skipLibCheck": false,
|
||||
"esModuleInterop": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue