mirror of https://github.com/abpframework/abp
parent
80e362a06d
commit
e9c3e40127
@ -1,10 +1,6 @@
|
||||
const { pathsToModuleNameMapper } = require('ts-jest/utils');
|
||||
const { compilerOptions } = require('./tsconfig.spec');
|
||||
const jestConfig = require('../../jest.config');
|
||||
|
||||
module.exports = {
|
||||
...jestConfig,
|
||||
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');
|
||||
|
||||
module.exports = {
|
||||
...jestConfig,
|
||||
name: 'theme-shared',
|
||||
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths /*, { prefix: '<rootDir>/' } */),
|
||||
'ts-jest': { allowSyntheticDefaultImports: true },
|
||||
};
|
||||
|
Loading…
Reference in new issue