mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: disable version service in tests
This commit is contained in:
parent
3a65847aa7
commit
d92e826156
@ -20,6 +20,7 @@ export function createTestConfig(config?: IUnleashOptions): IUnleashConfig {
|
|||||||
session: {
|
session: {
|
||||||
db: false,
|
db: false,
|
||||||
},
|
},
|
||||||
|
versionCheck: { enable: false },
|
||||||
};
|
};
|
||||||
const options = mergeAll<IUnleashOptions>([testConfig, config]);
|
const options = mergeAll<IUnleashOptions>([testConfig, config]);
|
||||||
return createConfig(options);
|
return createConfig(options);
|
||||||
|
Loading…
Reference in New Issue
Block a user