Removes jest from API
parent
98a6f8fc0e
commit
8084a225e1
|
@ -1,6 +0,0 @@
|
|||
import prisma from "@calcom/prisma";
|
||||
|
||||
afterEach((done) => {
|
||||
prisma.$disconnect().then();
|
||||
done();
|
||||
});
|
|
@ -14,14 +14,12 @@
|
|||
"lint:report": "eslint . --format json --output-file ../../lint-results/api.json",
|
||||
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
||||
"start": "PORT=3002 next start",
|
||||
"test": "jest --detectOpenHandles --passWithNoTests",
|
||||
"test": "echo 'No tests yet' && exit 1",
|
||||
"type-check": "tsc --pretty --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@calcom/tsconfig": "*",
|
||||
"@calcom/types": "*",
|
||||
"babel-jest": "^28.1.0",
|
||||
"jest": "^28.1.0",
|
||||
"node-mocks-http": "^1.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue