mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
chore: replace karma with jest
This commit is contained in:
parent
863258f23d
commit
f6a9d5b038
9 changed files with 3794 additions and 1264 deletions
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/"],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue