// For a detailed explanation regarding each configuration property, visit: // https://jestjs.io/docs/en/configuration.html module.exports = { setupFiles: ['/tests/js/setup.js'], testMatch: ['/tests/**/*.spec.js'], testEnvironment: 'jsdom', };