chore: Update jest configuration for role middleware tests
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
387aec880f
commit
95a2d85aa3
3 changed files with 16 additions and 1 deletions
|
|
@ -10,5 +10,9 @@ export default {
|
|||
moduleNameMapper: {
|
||||
'^src/(.*)$': '<rootDir>/src/$1',
|
||||
'^backend/(.*)$': '<rootDir>/$1'
|
||||
}
|
||||
},
|
||||
transformIgnorePatterns: [
|
||||
'/node_modules/',
|
||||
'/backend/src/'
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue