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

10 lines
239 B
JavaScript
Raw Normal View History

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