removed unused params in jest.config.js

pull/34/head
Kei Kamikawa 2022-07-28 15:19:21 +09:00
parent 4e54a56295
commit f8511c21e1
No known key found for this signature in database
GPG Key ID: 1A9F69C08C8C7A8E
1 changed files with 0 additions and 8 deletions

View File

@ -8,14 +8,6 @@ module.exports = {
},
testEnvironment: "miniflare",
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"],
},
};