mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Impose import/order linting rule across nodes packages (no-changelog) (#12314)
This commit is contained in:
committed by
GitHub
parent
8c635993bd
commit
bafac73eb5
@@ -1,5 +1,6 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { equalityTest, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
|
||||
const API_RESPONSE = {
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = {
|
||||
ok: true,
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = {
|
||||
ok: true,
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = {
|
||||
ok: true,
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = [
|
||||
{
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = { files: { test: 'OK' } };
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = {
|
||||
ok: true,
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = {
|
||||
ok: true,
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = {
|
||||
ok: true,
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = {
|
||||
ok: true,
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { IHttpRequestMethods, INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = {
|
||||
ok: true,
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
import nock from 'nock';
|
||||
import type { INodeTypes, WorkflowTestData } from 'n8n-workflow';
|
||||
import nock from 'nock';
|
||||
|
||||
import { getResultNodeData, setup, workflowToTests } from '@test/nodes/Helpers';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
import { executeWorkflow } from '../../../../../../test/nodes/ExecuteWorkflow';
|
||||
import * as genericFunctions from '../../../../V2/GenericFunctions';
|
||||
|
||||
const API_RESPONSE = { profile: { test: 'OK' } };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user