'use strict'; /** @type {import('jest').Config} */ const config = { projects: [ '/packages/plugins/*/jest.config.js', '/packages/utils/*/jest.config.js', '/packages/generators/*/jest.config.js', '/packages/core/*/jest.config.js', '/packages/providers/*/jest.config.js', '/.github/actions/*/jest.config.js', ], }; module.exports = config;