mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
cleanup deprecated tests
This commit is contained in:
parent
e5152f5791
commit
40a229eae6
@ -14,21 +14,6 @@ Object.assign(Button, {
|
||||
style: PropTypes.object,
|
||||
disabled: PropTypes.bool,
|
||||
onClick: PropTypes.func,
|
||||
array: PropTypes.array,
|
||||
arrayOf: PropTypes.arrayOf(PropTypes.string),
|
||||
oneOf: PropTypes.oneOf(['foo', 'bar']),
|
||||
shape: PropTypes.shape({
|
||||
foo: PropTypes.string,
|
||||
bar: PropTypes.number,
|
||||
}),
|
||||
nestedArrayOf: PropTypes.arrayOf(PropTypes.shape({
|
||||
foo: PropTypes.shape({
|
||||
baz: PropTypes.string,
|
||||
bar: PropTypes.arrayOf({
|
||||
PropTypes.string
|
||||
}),
|
||||
}),
|
||||
})),
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
"scripts": {
|
||||
"prepublish": "node ../../scripts/prepublish.js",
|
||||
"publish-storybook": "bash .scripts/publish_storybook.sh",
|
||||
"dev": "babel --watch --ignore tests,__tests__,test.js,stories/,story.jsx --plugins transform-runtime ./src --out-dir ./dist --copy-files",
|
||||
"storybook": "start-storybook -p 9010"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user