fix tests

This commit is contained in:
Hongbo Wu
2024-02-22 12:03:58 +08:00
parent 34db7bb2d8
commit 8b848912c9
10 changed files with 20 additions and 24 deletions

View File

@ -6,10 +6,6 @@
"compilerOptions": {
"outDir": "dist"
},
"include": [
"src",
"test",
"../integration-handler/test/integrations.test.ts"
],
"exclude": ["./src/generated", "./test"]
"include": ["src", "test"],
"exclude": ["./src/generated"]
}