n8n-nodes-brightdata
Version:
Community node to work with BrightData service for scraping purposes
25 lines (23 loc) • 1.19 kB
JavaScript
;
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="8bead936-1765-53be-93e6-8b518cef4ce1")}catch(e){}}();
Object.defineProperty(exports, "__esModule", { value: true });
const BrightData_node_1 = require("../nodes/BrightData/BrightData.node");
describe('BrightData', () => {
let node;
beforeEach(() => {
node = new BrightData_node_1.BrightData();
});
it('should be defined', () => {
expect(node).toBeDefined();
});
it('should have the correct properties', () => {
expect(node.description).toBeDefined();
expect(node.description.displayName).toBe('BrightData');
expect(node.description.name).toBe('brightData');
expect(node.description.icon).toBe('file:brightdatasquared.svg');
expect(node.description.group).toEqual(["transform"]);
expect(node.description.version).toBe(1);
});
});
//# sourceMappingURL=BrightData.node.test.js.map
//# debugId=8bead936-1765-53be-93e6-8b518cef4ce1