UNPKG

@arizeai/phoenix-cli

Version:

A command-line interface for Phoenix

12 lines 492 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const vitest_1 = require("vitest"); const cli_1 = require("../src/cli"); (0, vitest_1.describe)("Phoenix CLI", () => { (0, vitest_1.it)("should have a main function", () => { (0, vitest_1.expect)(cli_1.main).toBeDefined(); (0, vitest_1.expect)(typeof cli_1.main).toBe("function"); }); // TODO: Add more tests once CLI functionality is implemented }); //# sourceMappingURL=cli.test.js.map