Skip to content

Commit

Permalink
test: test with nested values
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlamb12 committed Sep 22, 2021
1 parent ffb1ce7 commit 42b902f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ describe('RuntimeConfigLoaderService', () => {
};
let mockConfigData1 = {
apiUrl: 'https://test-api.com',
nestedObject: {
nested: 'value',
},
};
let mockConfigData2 = {
apiUrl: 'https://test-2-api.com',
appName: 'App Name 2',
nestedObject: {
nested: 'value 2',
},
};
let mockHttpService: any;

Expand Down

0 comments on commit 42b902f

Please sign in to comment.