mockPlugin.js 97 B

1234
  1. module.exports = function(app, opts) {
  2. var service = {name: 'mockPlugin'};
  3. return service;
  4. };