feat: add support for unit testing using vitest in editor-ui (#4184)

* feat: add support for unit testing using vitest in editor-ui

* fix(editor): update tsconfig types and typeRoots

* chore(editor): update package-lock.json
This commit is contained in:
Alex Grozav
2022-09-28 11:26:20 +03:00
committed by GitHub
parent ed403972a9
commit bb66e60afc
9 changed files with 397 additions and 8404 deletions

View File

@@ -10,11 +10,7 @@
"importHelpers": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"typeRoots": [
"@types",
"element-ui/types"
],
"types": ["webpack-env", "jest"],
"types": ["vitest/globals"],
"paths": {
"@/*": ["src/*"]
},