const baseConfig = require('./jest.base-config.front'); module.exports = { ...baseConfig, projects: ['/packages/**/jest.config.front.js'], };