chore: testability updates

This commit is contained in:
Ben Warzeski
2022-06-08 21:34:33 -04:00
parent c471f2b3e4
commit 656f529ae5
25 changed files with 376 additions and 222 deletions

View File

@@ -15,7 +15,7 @@ Banner.defaultProps = {
};
Banner.propTypes = {
variant: PropTypes.string,
icon: PropTypes.string,
icon: PropTypes.func,
children: PropTypes.node.isRequired,
};