Update tests

This commit is contained in:
Jamie Bliss
2018-03-02 16:55:30 -05:00
parent 5e12555734
commit 61a3511bde

View File

@@ -109,6 +109,7 @@ interface MyFieldCustomProps {
type MyFieldProps = MyFieldCustomProps & WrappedFieldProps;
const MyField: React.StatelessComponent<MyFieldProps> = ({
children,
label,
input,
meta,
foo