Fix zapier tests (#7568)

See title
This commit is contained in:
martmull
2024-10-10 16:34:34 +02:00
committed by GitHub
parent 76bd11b56f
commit c6a676e1d5
5 changed files with 61 additions and 20 deletions

View File

@ -11,10 +11,6 @@
"skipLibCheck": true
},
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"jest.config.ts"
]
}