UNPKG

tesugen

Version:

Setup extendable API-testing framework

11 lines (9 loc) 297 B
export class TestRoutes { constructor( public readonly getRoute: string = '', public readonly postRoute: string = '', public readonly putRoute: string = '', public readonly deleteRoute: string = '' ) {} } export const testingRoutes = new TestRoutes();