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:
parent
3a65847aa7
commit
d92e826156
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user