mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
refactor: remove deprecated and unused methods
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user