Fix tests

This commit is contained in:
Chi Vinh Le
2018-09-06 00:06:58 +02:00
parent 31bc5fa913
commit c96112fc8c
39 changed files with 1095 additions and 262 deletions
@@ -51,7 +51,7 @@ const CallOut: StatelessComponent<CallOutProps> = props => {
CallOut.defaultProps = {
color: "regular",
fullWidth: false,
};
} as Partial<CallOutProps>;
const enhanced = withStyles(styles)(CallOut);
export default enhanced;