jest.config.js
1 2 3 4
module.exports = { setupFiles: ['<rootDir>/scripts/test-setup.js'], testEnvironment: 'jsdom', }