@apistudio/apim-cli
Version:
CLI for API Management Products
10 lines (8 loc) • 307 B
JavaScript
// Mock file for JSON imports in tests
module.exports = {
// This mock is used when JSON files are imported in tests
// Since we've embedded the JSON data directly in the runtimeInventory.ts file,
// this mock is less important now, but we keep it for compatibility
default: {}
};
// Made with Bob