Add integration tests

This commit is contained in:
Chi Vinh Le
2018-08-28 01:35:13 +02:00
parent 99e34979d1
commit 9945c099a7
15 changed files with 3759 additions and 13 deletions
@@ -5,6 +5,7 @@ import { withStyles } from "talk-ui/hocs";
import * as styles from "./TextField.css";
export interface TextFieldProps {
id?: string;
/**
* The content value of the component.
*/