// eslint-disable-next-line import/no-extraneous-dependencies module.exports = async () => { const { default: { configs }, } = await import('@toptal/davinci-qa') return { project: process.env.HAPPO_PROJECT, apiKey: process.env.HAPPO_API_KEY, apiSecret: process.env.HAPPO_API_SECRET, ...configs.happoConfig, } }