UNPKG

bloom-layout

Version:
8 lines (6 loc) 207 B
var path = require('path'); module.exports = function(file) { return { file: path.resolve(path.join(process.cwd(), 'test/fixtures/include-files/', file + (path.extname(file) ? '' : '.scss'))) }; };