diff --git a/test/helpers.js b/test/helpers.js index f04c444..f8504ed 100644 --- a/test/helpers.js +++ b/test/helpers.js @@ -64,5 +64,5 @@ exports.cp = function (from, to, callback) { }; exports.fixture = function (file) { - return require('path').join(__dirname, 'fixtures', file); + return path.join(__dirname, 'fixtures', file); }; \ No newline at end of file