mirror of https://github.com/abpframework/abp.git
15 changed files with 5 additions and 30 deletions
@ -1,10 +1,6 @@ |
|||||
const { pathsToModuleNameMapper } = require('ts-jest/utils'); |
|
||||
const { compilerOptions } = require('./tsconfig.spec'); |
|
||||
const jestConfig = require('../../jest.config'); |
const jestConfig = require('../../jest.config'); |
||||
|
|
||||
module.exports = { |
module.exports = { |
||||
...jestConfig, |
...jestConfig, |
||||
name: 'core', |
name: 'core', |
||||
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths /*, { prefix: '<rootDir>/' } */), |
|
||||
'ts-jest': { allowSyntheticDefaultImports: true }, |
|
||||
}; |
}; |
||||
|
|||||
@ -1,10 +1,6 @@ |
|||||
const { pathsToModuleNameMapper } = require('ts-jest/utils'); |
|
||||
const { compilerOptions } = require('./tsconfig.spec'); |
|
||||
const jestConfig = require('../../jest.config'); |
const jestConfig = require('../../jest.config'); |
||||
|
|
||||
module.exports = { |
module.exports = { |
||||
...jestConfig, |
...jestConfig, |
||||
name: 'theme-shared', |
name: 'theme-shared', |
||||
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths /*, { prefix: '<rootDir>/' } */), |
|
||||
'ts-jest': { allowSyntheticDefaultImports: true }, |
|
||||
}; |
}; |
||||
|
|||||
Loading…
Reference in new issue