feat: 开发broker相关代码,开发全局代码
This commit is contained in:
12
apps/api/test/jest-integration.json
Normal file
12
apps/api/test/jest-integration.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"moduleFileExtensions": ["js", "json", "ts"],
|
||||
"rootDir": "..",
|
||||
"testEnvironment": "node",
|
||||
"testMatch": ["**/test/**/*.integration.spec.ts"],
|
||||
"transform": {
|
||||
"^.+\\.(t|j)s$": "ts-jest"
|
||||
},
|
||||
"moduleNameMapper": {
|
||||
"^src/(.*)$": "<rootDir>/src/$1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user