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