fix: some potential tests issue (#2982)

This commit is contained in:
Peng Xiao
2023-07-03 18:46:47 +08:00
committed by Alex Yang
parent 425439ec42
commit 3a3053fb49
14 changed files with 52 additions and 17 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
"noImplicitOverride": true
},
"include": ["./src"],
"exclude": ["node_modules", "out", "dist"],
"exclude": ["node_modules", "out", "dist", "**/__tests__/**/*"],
"references": [
{
"path": "../../packages/plugin-infra"
@@ -31,7 +31,7 @@
"path": "./tsconfig.node.json"
},
{
"path": "./tests/tsconfig.json"
"path": "./e2e/tsconfig.json"
},
{ "path": "../../tests/kit" }
],