Add new sections and update information about Nx. --------- Co-authored-by: Juri <juri.strumpflohner@gmail.com>
11 lines
282 B
TypeScript
11 lines
282 B
TypeScript
/* eslint-disable */
|
|
export default {
|
|
displayName: 'nx-dev-ui-animations',
|
|
preset: '../../jest.preset.js',
|
|
transform: {
|
|
'^.+\\.[tj]sx?$': 'babel-jest',
|
|
},
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
|
|
coverageDirectory: '../../coverage/nx-dev/ui-animations',
|
|
};
|