Browse Source

chore(core): Update mock config service with missing prop

Michael Bromley 3 years ago
parent
commit
873da9e34d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/core/src/config/config.service.mock.ts

+ 1 - 0
packages/core/src/config/config.service.mock.ts

@@ -47,6 +47,7 @@ export class MockConfigService implements MockClass<ConfigService> {
     plugins = [];
     logger = {} as any;
     jobQueueOptions = {};
+    systemOptions = {};
 }
 
 export const ENCODED = 'encoded';