UNPKG

hana-cli

Version:
11 lines (8 loc) 252 B
// @ts-check import * as base from './base.js' describe('@all @sdiTasks', function () { it("returns help output", function (done) { const localTest = base.myTest.bind(this) localTest("node bin/sdiTasks.js --help", done) }) })