mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
Added provider to testing framework
This commit is contained in:
parent
be9df91273
commit
fb1a5bcb36
|
@ -50,6 +50,7 @@ beforeEach(function() {
|
|||
services.ContentProjector,
|
||||
services.Marker,
|
||||
services.SearchService,
|
||||
services.SchemaChangerService,
|
||||
{ provide: sharedComponents.LazyTasksService, useClass: sharedComponents.LazyTasksServiceSync },
|
||||
//{ provide: ErrorHandler, useClass: forwardRef(function() {return services.CustomErrorHandler}) },
|
||||
{ provide: services.COMPONENT_PARSER_ALLOWED, useValue: { 'security-definitions': components.SecurityDefinitions }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user