Add weekly report implmentation #7
Annotations
10 errors
|
ReferenceError: Cannot access 'app' before initialization.:
tests/e2e/marketing.test.ts#L79
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:79:41)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:78:53)
|
|
ReferenceError: Cannot access 'app' before initialization.:
tests/e2e/marketing.test.ts#L69
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:69:41)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:68:45)
|
|
ReferenceError: Cannot access 'app' before initialization.:
tests/e2e/marketing.test.ts#L58
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:58:41)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:57:54)
|
|
ReferenceError: Cannot access 'app' before initialization.:
tests/e2e/marketing.test.ts#L48
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:48:41)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:47:45)
|
|
ReferenceError: Cannot access 'app' before initialization.:
tests/e2e/marketing.test.ts#L37
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:37:41)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:36:54)
|
|
ReferenceError: Cannot access 'app' before initialization.:
tests/e2e/marketing.test.ts#L27
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:27:41)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:26:45)
|
|
ReferenceError: Cannot access 'app' before initialization.:
tests/e2e/marketing.test.ts#L8
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:8:41)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/tests/e2e/marketing.test.ts:7:54)
|
|
TypeError: LicenseRepo.getLicenseByUserId is not a function. (In 'LicenseRepo.getLicenseByUserId(userId)':
services/LicenseService.ts#L9
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/services/LicenseService.ts:9:45)
at startFreeTrial (/home/runner/work/ebb-platform/ebb-platform/services/LicenseService.ts:8:31)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/services/__tests__/LicenseService.test.ts:39:43)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/services/__tests__/LicenseService.test.ts:36:71)
|
|
error: expect(received).toThrow(expected):
services/__tests__/LicenseService.test.ts#L32
Expected substring: "User already has a license"
Received message: "LicenseRepo.getLicenseByUserId is not a function. (In 'LicenseRepo.getLicenseByUserId(userId)', 'LicenseRepo.getLicenseByUserId' is undefined)"
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/services/__tests__/LicenseService.test.ts:32:75)
at <anonymous> (/home/runner/work/ebb-platform/ebb-platform/services/__tests__/LicenseService.test.ts:28:70)
|
|
error: warning: encryption secretKey is required:
utils/encryption.ts#L12
at new EbbEncryption (/home/runner/work/ebb-platform/ebb-platform/utils/encryption.ts:12:17)
at /home/runner/work/ebb-platform/ebb-platform/services/SlackOAuthService.ts:57:20
at requestImportModule (2:1)
|