[app] MVP #313
Annotations
10 errors
test/claim.test.ts > GET /claim route:
pr-code/backend/src/app.ts#L52
Error: Deployer address not set
❯ Module.buildApp src/app.ts:52:3
❯ test/claim.test.ts:21:17
|
test/claim.test.ts > GET /claim route:
pr-code/backend/test/claim.test.ts#L36
TypeError: Cannot read properties of undefined (reading 'close')
❯ test/claim.test.ts:36:15
|
test/createFunkitStripeCheckout.test.ts > POST /create_funkit_stripe_checkout route:
pr-code/backend/src/app.ts#L52
Error: Deployer address not set
❯ Module.buildApp src/app.ts:52:3
❯ test/createFunkitStripeCheckout.test.ts:13:17
|
test/createFunkitStripeCheckout.test.ts > POST /create_funkit_stripe_checkout route:
pr-code/backend/test/createFunkitStripeCheckout.test.ts#L26
TypeError: Cannot read properties of undefined (reading 'close')
❯ test/createFunkitStripeCheckout.test.ts:26:15
|
test/executeFromOutside.test.ts > executeFromOutside test:
pr-code/backend/src/app.ts#L52
Error: Deployer address not set
❯ Module.buildApp src/app.ts:52:3
❯ test/executeFromOutside.test.ts:22:17
|
test/executeFromOutside.test.ts > executeFromOutside test:
pr-code/backend/test/executeFromOutside.test.ts#L38
TypeError: Cannot read properties of undefined (reading 'close')
❯ test/executeFromOutside.test.ts:38:15
|
test/generateClaimLink.test.ts > POST /generate_claim_link route:
pr-code/backend/src/app.ts#L52
Error: Deployer address not set
❯ Module.buildApp src/app.ts:52:3
❯ test/generateClaimLink.test.ts:22:17
|
test/generateClaimLink.test.ts > POST /generate_claim_link route:
pr-code/backend/test/generateClaimLink.test.ts#L35
TypeError: Cannot read properties of undefined (reading 'close')
❯ test/generateClaimLink.test.ts:35:15
|
test/getCurrentExpense.test.ts > /get_current_expense route:
pr-code/backend/src/app.ts#L52
Error: Deployer address not set
❯ Module.buildApp src/app.ts:52:3
❯ test/getCurrentExpense.test.ts:30:17
|
test/getCurrentExpense.test.ts > /get_current_expense route:
pr-code/backend/test/getCurrentExpense.test.ts#L65
TypeError: Cannot read properties of undefined (reading 'close')
❯ test/getCurrentExpense.test.ts:65:15
|