chore: vitest support (#4026)
* chore: vitest * chore: move test files * chore: support vitest * fix: exclude test files * chore(ci): add test workflow * feat: remove read env
This commit is contained in:
@@ -14,7 +14,12 @@
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"baseUrl": "."
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["projects/app/src/*"],
|
||||
"@fastgpt/*": ["packages/*"],
|
||||
"@test": ["test/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["**/node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user