test: add tests for schema generation

This commit is contained in:
Karl-Philipp Wulfert
2019-01-07 16:55:11 +01:00
parent e7a36635ff
commit e82f235616
4 changed files with 580 additions and 29 deletions

6
test/resources/Foo.ts Normal file
View File

@@ -0,0 +1,6 @@
/**
* @validatable
*/
export interface Foo {
lorem: 'ipsum';
}