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

@@ -25,7 +25,7 @@ process.on('unhandledRejection', (error: unknown) => {
process.exit(1);
});
@suite(timeout(20000), slow(10000))
@suite(timeout(40000), slow(10000))
export class SchemaSpec {
@test
async getSchema() {