This commit is contained in:
Ulf Gebhardt 2023-07-05 11:08:23 +02:00
parent f5a761c769
commit 604d67dd63
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -11,6 +11,7 @@ import { ApolloServerTestClient } from 'apollo-server-testing'
import { Decimal } from 'decimal.js-light'
import { GraphQLError } from 'graphql'
import { ContributionMessageType } from '@enum/ContributionMessageType'
import { ContributionStatus } from '@enum/ContributionStatus'
import { Order } from '@enum/Order'
import {
@ -55,7 +56,6 @@ import { garrickOllivander } from '@/seeds/users/garrick-ollivander'
import { peterLustig } from '@/seeds/users/peter-lustig'
import { raeuberHotzenplotz } from '@/seeds/users/raeuber-hotzenplotz'
import { stephenHawking } from '@/seeds/users/stephen-hawking'
import { ContributionMessageType } from '../enum/ContributionMessageType'
jest.mock('@/emails/sendEmailVariants')