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

@@ -42,7 +42,6 @@
"@storybook/vue": "^6.5.10",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/vue": "^5.8.2",
"@types/jest": "^27.4.0",
"@types/markdown-it": "^12.2.3",
"@types/sanitize-html": "^2.6.2",
"@vue/cli-plugin-babel": "~4.5.19",