cleanup deprecated tests

This commit is contained in:
Billy Vong 2017-08-28 13:51:40 -07:00
parent e5152f5791
commit 40a229eae6
2 changed files with 0 additions and 16 deletions

View File

@ -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
}),
}),
})),
},
});

View File

@ -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": {