1 2 3 4 5 6
module.exports = { testEnvironment: 'node', testMatch: ['<rootDir>/tests/integration/**/*.test.js'], testTimeout: 120000, verbose: true, };