packages/react-scripts/fixtures/kitchensink/template/jest.integration.config.js (
5
lines of code) (
raw
):
module.exports = { testEnvironment: 'node', testMatch: ['**/integration/*.test.js'], transform: { '^.+\\.js$': './jest.transform.js' }, };