Merge pull request #75 from umbraco/feature/storybook

Storybook with MSW
This commit is contained in:
Jacob Overgaard
2022-08-03 13:52:15 +02:00
committed by GitHub
13 changed files with 366 additions and 30 deletions

View File

@@ -44,6 +44,7 @@
"devDependencies": {
"@babel/core": "^7.18.10",
"@open-wc/testing": "^3.1.6",
"@storybook/addon-a11y": "^6.5.9",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
@@ -66,6 +67,7 @@
"eslint-plugin-storybook": "^0.6.2",
"lit-html": "^2.2.7",
"msw": "^0.44.2",
"msw-storybook-addon": "^1.6.3",
"prettier": "2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.3"