This commit is contained in:
Kevin Sawicki
2014-10-13 16:52:23 -04:00
parent fc44662ba3
commit 7f01a163e5

View File

@@ -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)