summaryrefslogtreecommitdiff
path: root/test/fixtures/break-in-module/mod.js
blob: 13582e760eb2fb922ed180992645744578f7189b (plain)
1
2
3
exports.hello = function() {
  return 'hello from module';
};