Add integration tests and config parser helper #490
Annotations
9 errors and 1 warning
|
verify
Process completed with exit code 2.
|
|
verify:
src/modules/webhooks/webhook-invalid-signature.integration.test.ts#L92
Object literal may only specify known properties, but 'creator_id' does not exist in type 'WebhookWhereInput | { AND?: Exact<WebhookWhereInput | WebhookWhereInput[] | undefined, WebhookWhereInput | WebhookWhereInput[] | undefined>; ... 10 more ...; events_dispatched?: Exact<...>; }'. Did you mean to write 'creatorId'?
|
|
verify:
src/modules/webhooks/webhook-invalid-signature.integration.test.ts#L74
Object literal may only specify known properties, but 'creator_id' does not exist in type 'WebhookWhereInput | { AND?: Exact<WebhookWhereInput | WebhookWhereInput[] | undefined, WebhookWhereInput | WebhookWhereInput[] | undefined>; ... 10 more ...; events_dispatched?: Exact<...>; }'. Did you mean to write 'creatorId'?
|
|
verify:
src/modules/webhooks/webhook-invalid-signature.integration.test.ts#L56
Object literal may only specify known properties, but 'creator_id' does not exist in type 'WebhookWhereInput | { AND?: Exact<WebhookWhereInput | WebhookWhereInput[] | undefined, WebhookWhereInput | WebhookWhereInput[] | undefined>; ... 10 more ...; events_dispatched?: Exact<...>; }'. Did you mean to write 'creatorId'?
|
|
verify:
src/modules/webhooks/webhook-invalid-signature.integration.test.ts#L27
Object literal may only specify known properties, but 'creator_id' does not exist in type 'WebhookWhereInput | { AND?: Exact<WebhookWhereInput | WebhookWhereInput[] | undefined, WebhookWhereInput | WebhookWhereInput[] | undefined>; ... 10 more ...; events_dispatched?: Exact<...>; }'. Did you mean to write 'creatorId'?
|
|
verify:
src/modules/webhooks/webhook-invalid-signature.integration.test.ts#L15
Object literal may only specify known properties, but 'creator_id' does not exist in type 'WebhookWhereInput | { AND?: Exact<WebhookWhereInput | WebhookWhereInput[] | undefined, WebhookWhereInput | WebhookWhereInput[] | undefined>; ... 10 more ...; events_dispatched?: Exact<...>; }'. Did you mean to write 'creatorId'?
|
|
verify:
src/modules/webhooks/webhook-invalid-signature.integration.test.ts#L2
Module '"../../app"' has no exported member 'app'. Did you mean to use 'import app from "../../app"' instead?
|
|
verify:
src/modules/wallets/wallet-activity-invalid-address.integration.test.ts#L2
Module '"../../app"' has no exported member 'app'. Did you mean to use 'import app from "../../app"' instead?
|
|
verify:
src/modules/creators/creator-holders-invalid-id.integration.test.ts#L2
Module '"../../app"' has no exported member 'app'. Did you mean to use 'import app from "../../app"' instead?
|
|
verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|