UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

10 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const alwayscli_1 = require("@alwaysai/alwayscli"); const __1 = require(".."); describe('index file', () => { it('shows usage', async () => { expect(await alwayscli_1.runAndCatch(__1.alwaysai, '--help')).toMatch(/usage/i); }); }); //# sourceMappingURL=index.test.js.map