fix(core): update

This commit is contained in:
2021-11-22 10:24:09 +01:00
parent 762305f29c
commit 692be04ed4
5 changed files with 83 additions and 18 deletions

View File

@ -27,6 +27,16 @@ tap.test('first test', async () => {
''
);
await testSmartswaggerInstance.mergeComponentToRoutes({excludeGlobArray: [], includeGlobArray: []}, {
"securitySchemes": {
"token": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
}
}
})
// express stuff
testExpressServer = new smartexpress.Server({
cors: true,