UNPKG

fh-fhc

Version:

A Command Line Interface for FeedHenry

12 lines (11 loc) 284 B
var assert = require('assert'); var genericCommand = require('genericCommand'); var command = genericCommand(require('cmd/fh3/-v.js')); module.exports = { 'test fhc -v': function(cb) { command({}, function(err) { assert.equal(err, null); return cb(); }); } };