test: add tests for routes

This commit is contained in:
Jovan Krunić
2020-09-28 11:12:56 +02:00
committed by Rainer Killinger
parent 751693bebc
commit d3955b3cdd
22 changed files with 1315 additions and 455 deletions

View File

@@ -60,3 +60,8 @@ export const plugins = new Map<string, SCPluginMetaData>();
*/
export const coreVersion: string = JSON.parse((readFileSync(resolve('.', '.', 'package.json'), 'utf-8')).toString())
.dependencies['@openstapps/core'];
/**
* The default timeout in milliseconds
*/
export const DEFAULT_TIMEOUT = 20000;