nested-forms/libs/contact-model/jest.config.js

10 lines
250 B
JavaScript

module.exports = {
name: 'contact-model',
preset: '../../jest.config.js',
transform: {
'^.+\\.[tj]sx?$': 'ts-jest'
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
coverageDirectory: '../../coverage/libs/contact-model'
};