removed unused params in jest.config.js
parent
4e54a56295
commit
f8511c21e1
|
@ -8,14 +8,6 @@ module.exports = {
|
||||||
},
|
},
|
||||||
testEnvironment: "miniflare",
|
testEnvironment: "miniflare",
|
||||||
testEnvironmentOptions: {
|
testEnvironmentOptions: {
|
||||||
vars: {
|
|
||||||
FIREBASE_AUTH_EMULATOR_HOST: "127.0.0.1:9099",
|
|
||||||
PUBLIC_JWK_CACHE_KEY: "testing-cache-key",
|
|
||||||
},
|
|
||||||
bindings: {
|
|
||||||
FIREBASE_AUTH_EMULATOR_HOST: "127.0.0.1:9099",
|
|
||||||
PUBLIC_JWK_CACHE_KEY: "testing-cache-key",
|
|
||||||
},
|
|
||||||
kvNamespaces: ["PUBLIC_JWK_CACHE_KV"],
|
kvNamespaces: ["PUBLIC_JWK_CACHE_KV"],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue