diff --git a/spec/module-cache-spec.coffee b/spec/module-cache-spec.coffee index b36c80afc..1315404a1 100644 --- a/spec/module-cache-spec.coffee +++ b/spec/module-cache-spec.coffee @@ -46,7 +46,7 @@ describe 'ModuleCache', -> indexPath = path.join(packagePath, 'index.js') fs.writeFileSync indexPath, """ - exports.load = function() {require('underscore-plus');}; + exports.load = function() { require('underscore-plus'); }; """ packageMain = require(indexPath)