module.exports = { name: 'Unit test', testMatch: ['**/packages/**/__tests__/?(*.)+(spec|test).js'], modulePathIgnorePatterns: ['.cache'], transform: {}, };