fix(core): update
This commit is contained in:
10
test/test.ts
10
test/test.ts
@ -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,
|
||||
|
Reference in New Issue
Block a user