UNPKG

detox

Version:

E2E tests and automation for mobile

10 lines (7 loc) 233 B
const { EmulatorExec } = require('../../common/drivers/android/emulator/exec/EmulatorExec'); class EmulatorServiceLocator { constructor() { this.exec = new EmulatorExec(); } } module.exports = new EmulatorServiceLocator();