Feature/upgrade angular and nx 20230405 (#1826)
* Upgrade angular and Nx * Update changelog
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
export default {
|
||||
displayName: 'common',
|
||||
|
||||
globals: {
|
||||
'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' }
|
||||
},
|
||||
globals: {},
|
||||
transform: {
|
||||
'^.+\\.[tj]sx?$': 'ts-jest'
|
||||
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }]
|
||||
},
|
||||
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
|
||||
coverageDirectory: '../../coverage/libs/common',
|
||||
|
Reference in New Issue
Block a user