Fixed catgory post

This commit is contained in:
Florian Sylvain
2023-02-01 09:43:00 +01:00
parent 392610c6fc
commit 0cf7ac2670
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ import { initServer } from '../app.js'
import request from 'supertest'
import { PrismaClient } from '@prisma/client'
import bcrypt from 'bcrypt'
import { equals } from '@jest/expect-utils'
const prisma = new PrismaClient()
const app = initServer()