chore: Update jest configuration for role middleware tests
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
BibaBot 2026-03-17 09:07:48 +00:00
parent 387aec880f
commit 95a2d85aa3
3 changed files with 16 additions and 1 deletions

View file

@ -10,5 +10,9 @@ export default {
moduleNameMapper: {
'^src/(.*)$': '<rootDir>/src/$1',
'^backend/(.*)$': '<rootDir>/$1'
}
},
transformIgnorePatterns: [
'/node_modules/',
'/backend/src/'
]
};