change(ui): fix jest config
This commit is contained in:
parent
7d21939781
commit
d21a50c7a6
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ module.exports = {
|
|||
rootDir: './',
|
||||
testEnvironment: 'node',
|
||||
moduleNameMapper: {
|
||||
'^Types/Session/(.+)$': '<rootDir>/app/types/session/$1',
|
||||
'^Types/(.+)$': '<rootDir>/app/types/$1',
|
||||
'^App/(.+)$': '<rootDir>/app/$1',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue