mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Consistent tsconfig setup for backend packages and fix pnpm typecheck for composite packages (no-changelog) (#9604)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
committed by
GitHub
parent
84f091d3e5
commit
044607e2a0
@@ -1,5 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-loop-func */
|
||||
import type { IDataObject } from 'n8n-workflow';
|
||||
import { NodeConnectionType, type IDataObject } from 'n8n-workflow';
|
||||
import type { WorkflowTestData } from '@test/nodes/types';
|
||||
import { executeWorkflow } from '@test/nodes/ExecuteWorkflow';
|
||||
import * as Helpers from '@test/nodes/Helpers';
|
||||
@@ -49,12 +49,12 @@ describe('Execute Stop and Error Node', () => {
|
||||
[
|
||||
{
|
||||
node: 'Stop and Error1',
|
||||
type: 'main',
|
||||
type: NodeConnectionType.Main,
|
||||
index: 0,
|
||||
},
|
||||
{
|
||||
node: 'Stop and Error',
|
||||
type: 'main',
|
||||
type: NodeConnectionType.Main,
|
||||
index: 0,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user