Added provider to testing framework

This commit is contained in:
Craig Larrabee 2017-08-29 11:52:10 -06:00
parent be9df91273
commit fb1a5bcb36

View File

@ -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 }}