blob: 1922194b8a8bb4a6d14d9e67b1a8433cb4b1c84e [file] [log] [blame]
// this module should return something
module.exports = {
foo: 'bar'
};