test(forms): refactor integration tests to improve speed (#13500)

This commit is contained in:
Marc Laval
2016-12-16 02:07:26 +01:00
committed by Chuck Jazdzewski
parent 0fe3cd9a4c
commit 55dfa1b69d
3 changed files with 146 additions and 191 deletions

View File

@ -987,4 +987,4 @@ function stringifyType(type: any): string {
} else {
return stringify(type);
}
}
}