UNPKG

@haechi-labs/henesis-cli

Version:

🚀 Command Line Interface tool to Utilize henesis

13 lines • 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const test_1 = require("@oclif/test"); describe('account:describe', () => { context('error occurred cases', async () => { test_1.test .stdout() .command(['account:describe']) .exit(2) .it('should be fail not logged in'); }); }); //# sourceMappingURL=describe.spec.js.map