'use strict'; module.exports = function() { return { run : function () { return 1; } }; };