feat(backend): user from address #296
Annotations
10 errors
test/claim.test.ts > GET /claim route:
pr-code/backend/src/app.ts#L48
Error: Deployer address not set
❯ Module.buildApp src/app.ts:48: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/executeFromOutside.test.ts > executeFromOutside test:
pr-code/backend/src/app.ts#L48
Error: Deployer address not set
❯ Module.buildApp src/app.ts:48: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#L48
Error: Deployer address not set
❯ Module.buildApp src/app.ts:48: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#L48
Error: Deployer address not set
❯ Module.buildApp src/app.ts:48: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
|
test/getHistoricalBalance.test.ts > GET /get_historical_balance route:
pr-code/backend/src/app.ts#L48
Error: Deployer address not set
❯ Module.buildApp src/app.ts:48:3
❯ test/getHistoricalBalance.test.ts:17:17
|
test/getHistoricalBalance.test.ts > GET /get_historical_balance route:
pr-code/backend/test/getHistoricalBalance.test.ts#L57
TypeError: Cannot read properties of undefined (reading 'close')
❯ test/getHistoricalBalance.test.ts:57:15
|