UNPKG
npm-script
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
0.1.0
NPM run-script spawning options generator
github.com/bmeck/npm-script
bmeck/npm-script
npm-script
/
test
/
helpers
/
index.js
4 lines
•
138 B
JavaScript
View Raw
1
2
3
4
var
path =
require
(
'path'
);
exports
.
getFixture
=
function
(
fixturePath
) {
return
path.
join
(__dirname,
'..'
,
'fixtures'
, fixturePath); }