UNPKG

appium-espresso-driver

Version:
9 lines (6 loc) 225 B
const path = require('path'); function printEspressoServerPath () { const dstPath = path.resolve(__dirname, '..', 'espresso-server'); console.log(dstPath); // eslint-disable-line no-console } printEspressoServerPath();