UNPKG

lerna-command-gpm-push

Version:
11 lines (7 loc) 172 B
/** * @file helper */ const nps = require('path') exports.fixture = function fixture(...args) { return nps.join.apply(nps, [__dirname, 'fixture'].concat(...args)) }