module.exports = { main: () => ({ getScreenRoot: () => ({ on: () => {}, bump: () => {}, release: () => {}, getElement: () => ({ appendChild: () => {} }) }) }) }