We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1f4ff commit d6f02adCopy full SHA for d6f02ad
1 file changed
src/adapters/config/AppConfig.test.int.ts
@@ -18,7 +18,7 @@ describe(`AppConfig`, () => {
18
// console.log(`info: ${JSON.stringify(info, null, 2)}`)
19
// expect(index).toBe('fixtures-search-baseline-1008');
20
const minServer = config.get('appConfig.search.minServer') as string[];
21
- expect(minServer.length).toBe(1);
+ expect(minServer.length).toBe(2);
22
});
23
24
0 commit comments