1 2 3 4 5 6
const rootConfig = require('../../jest.config'); module.exports = { ...rootConfig, testEnvironment: 'jsdom', };