From fb1a5bcb36b22d4e43c2fecdc22a883e5e38453b Mon Sep 17 00:00:00 2001 From: Craig Larrabee Date: Tue, 29 Aug 2017 11:52:10 -0600 Subject: [PATCH] Added provider to testing framework --- tests/spec-bundle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/spec-bundle.js b/tests/spec-bundle.js index a3d61d46..cf10dd95 100644 --- a/tests/spec-bundle.js +++ b/tests/spec-bundle.js @@ -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 }}