UNPKG

codecheck-type-coverage

Version:

Track missing type coverage in TypeScript projects to ensure type safety

17 lines 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path_1 = require("path"); exports.codeChecks = { report: jest.fn(), success: jest.fn(), failure: jest.fn(), getValue: jest.fn(), saveValue: jest.fn(), getCollection: jest.fn(), saveCollection: jest.fn(), isPr: jest.fn(), context: { workspaceRoot: path_1.join(__dirname, "..", ".."), }, }; //# sourceMappingURL=client.js.map