feat: add support for @inheritTags

This commit is contained in:
Wieland Schöbl
2020-02-21 15:31:26 +01:00
committed by Wieland Schöbl
parent 97f6c42407
commit 485430b7f2
8 changed files with 266 additions and 38 deletions

View File

@@ -36,7 +36,7 @@ const fooInstance: Foo = {
type: 'Foo',
};
@suite(timeout(15000), slow(5000))
@suite(timeout(40000), slow(5000))
export class SchemaSpec {
static converter: Converter;
static schema: Schema;