/* eslint-disable */ module.exports = { moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'], globals: {}, displayName: 'cli', preset: '../../jest.preset.js', modulePathIgnorePatterns: ['/dist/'], moduleNameMapper: { // Map Angular schematics to node_modules '^@schematics/angular/collection.json$': '/../../node_modules/@schematics/angular/collection.json', '^@angular-devkit/schematics/tools$': '/../../node_modules/@angular-devkit/schematics/tools/index.js', }, };