mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
test: add tests for schema generation
This commit is contained in:
6
test/resources/Foo.ts
Normal file
6
test/resources/Foo.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @validatable
|
||||
*/
|
||||
export interface Foo {
|
||||
lorem: 'ipsum';
|
||||
}
|
||||
Reference in New Issue
Block a user