UNPKG

@tensorify.io/cli

Version:

Official CLI for Tensorify.io - Build, test, and deploy machine learning plugins

12 lines 317 B
"use strict"; // Test setup file // Add any global test configuration here // Mock keytar for testing jest.mock("keytar", () => ({ setPassword: jest.fn(), getPassword: jest.fn(), deletePassword: jest.fn(), })); // Mock open for testing jest.mock("open", () => jest.fn()); //# sourceMappingURL=setup.js.map