1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: disable version service in tests

This commit is contained in:
Ivar Conradi Østhus 2021-05-28 13:10:46 +02:00
parent 3a65847aa7
commit d92e826156
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -20,6 +20,7 @@ export function createTestConfig(config?: IUnleashOptions): IUnleashConfig {
session: {
db: false,
},
versionCheck: { enable: false },
};
const options = mergeAll<IUnleashOptions>([testConfig, config]);
return createConfig(options);