mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-28 21:53:47 +00:00
Base implementation
This commit is contained in:
parent
05d156a5b0
commit
74703c48f3
53 changed files with 34684 additions and 392 deletions
|
@ -6,11 +6,11 @@ const jestConfig: Config.InitialOptions = {
|
|||
"^.+\\.tsx?$": "ts-jest",
|
||||
},
|
||||
moduleNameMapper: {
|
||||
"^@gb/(.*)$": "<rootDir>/src/$1",
|
||||
"^@bp/(.*)$": "<rootDir>/src/$1",
|
||||
},
|
||||
clearMocks: true,
|
||||
resetMocks: true,
|
||||
modulePathIgnorePatterns: ["<rootDir>/dist/"],
|
||||
modulePathIgnorePatterns: ["<rootDir>/build/", "<rootDir>/dist/"],
|
||||
coveragePathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/test/", "<rootDir>/build/", "<rootDir>/dist/"]
|
||||
};
|
||||
export default jestConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue