Skip to content

Commit

Permalink
feat: add test-storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala authored and simonheys committed Mar 31, 2023
1 parent 80a1743 commit 93e5aa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/test-runner": "^0.9.4",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand All @@ -23,6 +24,7 @@
"lodash-es": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sinon-chrome": "^3.0.1",
"starknet": "^4.21.0",
"storybook-addon-swc": "^1.1.7",
"typescript": "^4.9.4"
Expand All @@ -31,6 +33,11 @@
"storybook": "start-storybook -p 6006",
"lint": "eslint . --cache --ext .ts,.tsx",
"build-storybook": "build-storybook",
"test-storybook": "test-storybook",
"chromatic": "chromatic --exit-zero-on-changes --exit-once-uploaded"
},
"dependencies": {
"@types/webextension-polyfill": "^0.10.0",
"webextension-polyfill": "^0.10.0"
}
}

0 comments on commit 93e5aa6

Please sign in to comment.