Skip to content

Commit b847061

Browse files
Component fixes (#56)
* input and radio button components refactored * improved the stories for radio buttons * moved tabs to lab components Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
1 parent 0db05c3 commit b847061

File tree

16 files changed

+453
-577
lines changed

16 files changed

+453
-577
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"build-storybook": "build-storybook -s public",
2727
"storybook": "start-storybook -p 9001 -s ./src/assets -c .storybook",
2828
"test": "jest --maxWorkers=2",
29+
"test:clean": "jest --clearCache",
2930
"test:watch": "yarn test --watch",
3031
"test:coverage": "jest --coverage --colors --maxWorkers=2"
3132
},

0 commit comments

Comments
 (0)