const baseConfig = require( '@automattic/calypso-e2e/src/jest-playwright-config' ); module.exports = { ...baseConfig, cacheDirectory: '/../../.cache/jest', testMatch: [ '/specs/**/*.[jt]s' ], transform: { '\\.[jt]sx?$': [ 'babel-jest', { configFile: '../../babel.config.js' } ], }, };