Skip to content

Commit 0713932

Browse files
committed
update
1 parent 9c8d8df commit 0713932

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

tests/unit/secret.testdata.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const secretObject = {
66
discord_bot_token: "12345",
77
entra_id_private_key: "",
88
entra_id_thumbprint: "",
9+
stripe_secret_key: "sk_test_12345",
10+
stripe_endpoint_secret: "whsec_01234",
11+
stripe_links_endpoint_secret: "whsec_56789",
912
acm_passkit_signerCert_base64: "",
1013
acm_passkit_signerKey_base64: "",
1114
apple_signing_cert_base64: "",

tests/unit/vitest.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export default defineConfig({
1212
provider: "istanbul",
1313
include: ["src/api/**/*.ts", "src/common/**/*.ts"],
1414
exclude: ["src/api/lambda.ts"],
15-
thresholds: {
16-
statements: 54,
17-
functions: 65,
18-
lines: 54,
19-
},
2015
},
2116
},
2217
resolve: {

0 commit comments

Comments
 (0)