refactor: remove deprecated and unused methods

This commit is contained in:
Michel Jonathan Schmitz
2019-02-22 11:09:35 +01:00
parent 4984f78d95
commit 1dbb59b9d7
5 changed files with 272 additions and 273 deletions

View File

@@ -25,7 +25,7 @@ process.on('unhandledRejection', (err) => {
process.exit(1);
});
@suite(timeout(10000), slow(5000))
@suite(timeout(15000), slow(5000))
export class SchemaSpec {
@test
async getSchema() {