import * as path from 'path';
// eslint-disable-next-line no-console
console.log(path.resolve(__dirname, '..', '..'));
