const jestConfig = require('../../jest.config'); module.exports = { ...jestConfig, name: 'schematics', testMatch: ['/packages/schematics/**/+(*.)+(spec).+(ts)'], };