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
@@ -89,7 +89,7 @@ TextField.defaultProps = {
color: "regular",
placeholder: "",
type: "text",
};
} as Partial<TextFieldProps>;
const enhanced = withStyles(styles)(TextField);
export default enhanced;