/* * For a detailed explanation regarding each configuration property and type check, visit: * https://jestjs.io/docs/en/configuration.html */ const base = require('./jest.config.cjs'); module.exports = { ...base, testMatch: [ '/test-federation/test/**/*.test.ts', ], };