mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
chore: replace karma with jest
This commit is contained in:
8
src-ui/jest.config.js
Normal file
8
src-ui/jest.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
moduleNameMapper: {
|
||||
"@core/(.*)": "<rootDir>/src/app/core/$1",
|
||||
},
|
||||
preset: "jest-preset-angular",
|
||||
setupFilesAfterEnv: ["<rootDir>/setup-jest.ts"],
|
||||
testPathIgnorePatterns: ["/node_modules/", "/cypress/"],
|
||||
};
|
Reference in New Issue
Block a user