const path = require('path'); module.exports = { rootDir: path.join(__dirname, '..', '..'), testEnvironment: 'jsdom', testMatch: ['**/test/build-artifacts/**/*.js'], transformIgnorePatterns: [ '/node_modules/(?!(serialize-error)/)', ] };