do-something-very-simple.fixture.js 194 B

12345
  1. module.exports = {
  2. friendlyName: 'Do something very simple',
  3. description: 'Do something very simple, with no inputs or exits.',
  4. fn: function (inputs, exits) { return exits.success(); }
  5. };