1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Fix snapshot so tests will work (#2092)

Fix snapshot
This commit is contained in:
sjaanus 2022-09-26 15:30:18 +02:00 committed by GitHub
parent 2a54ace005
commit b206d582ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ exports[`should create default config 1`] = `
"batchMetrics": false,
"embedProxy": false,
"embedProxyFrontend": false,
"publicSignup": false,
},
},
"flagResolver": FlagResolver {
@ -80,6 +81,7 @@ exports[`should create default config 1`] = `
"batchMetrics": false,
"embedProxy": false,
"embedProxyFrontend": false,
"publicSignup": false,
},
"externalResolver": {
"isEnabled": [Function],