Skip to content

Commit

Permalink
test(client): remove unused code from relationMode-17255-mixed-actions (
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Mar 23, 2023
1 parent c220a92 commit 2195de1
Showing 1 changed file with 0 additions and 3 deletions.
@@ -1,14 +1,11 @@
import { checkIfEmpty } from '../_utils/relationMode/checkIfEmpty'
import { ConditionalError } from '../_utils/relationMode/conditionalError'
import testMatrix from './_matrix'

/* eslint-disable @typescript-eslint/no-unused-vars, jest/no-identical-title */

// @ts-ignore this is just for type checks
declare let prisma: import('@prisma/client').PrismaClient

const testIf = (condition: boolean) => (condition ? test : test.skip)

// 1:1 relation
async function createXItems({ count }) {
const prismaPromises: any = []
Expand Down

0 comments on commit 2195de1

Please sign in to comment.