UNPKG

absolute-module-mapper-plugin

Version:
14 lines (10 loc) 195 B
/** * @file helper */ const nps = require('path') function fixture() { return nps.join.apply(nps, [__dirname, 'fixture'].concat([].slice.call(arguments))) } module.exports = { fixture }