AI Implementation feature(896): Admin Area General Settings and Categories 1.14 (#36)
This commit was merged in pull request #36.
This commit is contained in:
@@ -17,7 +17,13 @@ module.exports = {
|
||||
roots: [__dirname],
|
||||
testMatch: ['<rootDir>/frontend/**/*.spec.ts'],
|
||||
transform: {
|
||||
'^.+\\.ts$': ['ts-jest', { tsconfig: '<rootDir>/frontend.tsconfig.json' }],
|
||||
'^.+\\.(ts|js|mjs)$': ['ts-jest', { tsconfig: '<rootDir>/frontend.tsconfig.json', useESM: false }],
|
||||
},
|
||||
transformIgnorePatterns: [
|
||||
'/node_modules/(?!(@angular|rxjs|tslib)/)',
|
||||
],
|
||||
moduleNameMapper: {
|
||||
'^(\\.{1,2}/.*)\\.mjs$': '$1',
|
||||
},
|
||||
setupFiles: ['<rootDir>/frontend/jest.setup.ts'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user