Removes jest from API

This commit is contained in:
zomars 2023-05-25 15:22:04 -07:00
parent 98a6f8fc0e
commit 8084a225e1
3 changed files with 17 additions and 1316 deletions

View File

@ -1,6 +0,0 @@
import prisma from "@calcom/prisma";
afterEach((done) => {
prisma.$disconnect().then();
done();
});

View File

@ -14,14 +14,12 @@
"lint:report": "eslint . --format json --output-file ../../lint-results/api.json", "lint:report": "eslint . --format json --output-file ../../lint-results/api.json",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix", "lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"start": "PORT=3002 next start", "start": "PORT=3002 next start",
"test": "jest --detectOpenHandles --passWithNoTests", "test": "echo 'No tests yet' && exit 1",
"type-check": "tsc --pretty --noEmit" "type-check": "tsc --pretty --noEmit"
}, },
"devDependencies": { "devDependencies": {
"@calcom/tsconfig": "*", "@calcom/tsconfig": "*",
"@calcom/types": "*", "@calcom/types": "*",
"babel-jest": "^28.1.0",
"jest": "^28.1.0",
"node-mocks-http": "^1.11.0" "node-mocks-http": "^1.11.0"
}, },
"dependencies": { "dependencies": {

1323
yarn.lock

File diff suppressed because it is too large Load Diff