João Vitor Casarin

Results 2 issues of João Vitor Casarin

Well, there are two questions: What Group Id should I send for ElasticMQ FIFO queues in the params like this?: Typescript: ```ts const params: SQS.SendMessageRequest = { QueueUrl: AWS_QUEUE_URL, MessageBody:...

Well, the error is pretty auto-describable. To perform unit tests with `Prisma`, we need to mock the `PrismaClient`, and for that we use the package `jest-mock-extended` and its method `mockDeep`...