Skip to content

Commit

Permalink
fix: packages/lib tests
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry committed Jun 19, 2024
1 parent bf226b1 commit c72915f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 2 additions & 0 deletions packages/lib/event-types/transformers/api-request.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { describe, expect, it } from "vitest";

import type { BookingField_2024_06_14, Location_2024_06_14 } from "@calcom/platform-types";

import type { CommonField, OptionsField } from "./api-request";
Expand Down
2 changes: 2 additions & 0 deletions packages/lib/event-types/transformers/api-response.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { describe, expect, it } from "vitest";

import type {
AddressLocation_2024_06_14,
LinkLocation_2024_06_14,
Expand Down
6 changes: 1 addition & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,26 @@
"scripts": {
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json",
"test": "jest"
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json"
},
"dependencies": {
"@calcom/config": "*",
"@calcom/dayjs": "*",
"@formbricks/api": "^1.1.0",
"@formbricks/js": "^1.5.0",
"@sendgrid/client": "^7.7.0",
"@types/jest": "^29.5.12",
"@vercel/og": "^0.5.0",
"bcryptjs": "^2.4.3",
"city-timezones": "^1.2.1",
"i18next": "^23.2.3",
"ical.js": "^1.4.0",
"ics": "^2.37.0",
"jest": "^29.7.0",
"jimp": "^0.16.1",
"next-collect": "^0.2.1",
"next-i18next": "^13.2.2",
"react-hot-toast": "^2.3.0",
"rrule": "^2.7.1",
"tailwind-merge": "^1.13.2",
"ts-jest": "^29.1.4",
"tsdav": "2.0.3",
"tslog": "^4.9.2",
"uuid": "^8.3.2"
Expand Down
5 changes: 1 addition & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4871,21 +4871,18 @@ __metadata:
"@formbricks/api": ^1.1.0
"@formbricks/js": ^1.5.0
"@sendgrid/client": ^7.7.0
"@types/jest": ^29.5.12
"@vercel/og": ^0.5.0
bcryptjs: ^2.4.3
city-timezones: ^1.2.1
i18next: ^23.2.3
ical.js: ^1.4.0
ics: ^2.37.0
jest: ^29.7.0
jimp: ^0.16.1
next-collect: ^0.2.1
next-i18next: ^13.2.2
react-hot-toast: ^2.3.0
rrule: ^2.7.1
tailwind-merge: ^1.13.2
ts-jest: ^29.1.4
tsdav: 2.0.3
tslog: ^4.9.2
typescript: ^4.9.4
Expand Down Expand Up @@ -45757,7 +45754,7 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.1.2, ts-jest@npm:^29.1.4":
"ts-jest@npm:^29.1.2":
version: 29.1.4
resolution: "ts-jest@npm:29.1.4"
dependencies:
Expand Down

0 comments on commit c72915f

Please sign in to comment.