module.exports = { globals: { __APP__: undefined, // A different app will be launched in each test environment }, testEnvironment: "./tests/environment", testTimeout: 30000, // 30s };