UNPKG

n8n-nodes-feishu-lark

Version:

n8n custom nodes for n8n to interact with Feishu/Lark, including Lark Bot, Lark MCP, and Lark Trigger.

16 lines 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Lark_node_1 = require("../nodes/Lark/Lark.node"); describe('Lark Node', () => { let lark; beforeEach(() => { lark = new Lark_node_1.Lark(); }); it('should have the correct node type', () => { expect(lark.description.name).toBe('Lark'); }); it('should have properties defined', () => { expect(lark.description.properties).toBeDefined(); }); }); //# sourceMappingURL=Lark.test.js.map