mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(workflow): remove a few ts-ignore and eslint-disable (#3958)
fix(workflow): remove a few `ts-ignore` and `eslint-disable`. improve typing
This commit is contained in:
committed by
GitHub
parent
712924cbc3
commit
a73ac1d94f
@@ -1022,7 +1022,6 @@ describe('Workflow', () => {
|
||||
},
|
||||
{
|
||||
name: 'Node3',
|
||||
// @ts-ignore
|
||||
parameters: testData.input.hasOwnProperty('Node3')
|
||||
? // @ts-ignore
|
||||
testData.input.Node3.parameters
|
||||
@@ -1034,7 +1033,6 @@ describe('Workflow', () => {
|
||||
},
|
||||
{
|
||||
name: 'Node 4 with spaces',
|
||||
// @ts-ignore
|
||||
parameters: testData.input.hasOwnProperty('Node4')
|
||||
? // @ts-ignore
|
||||
testData.input.Node4.parameters
|
||||
@@ -1080,12 +1078,10 @@ describe('Workflow', () => {
|
||||
{
|
||||
startTime: 1,
|
||||
executionTime: 1,
|
||||
// @ts-ignore
|
||||
data: {
|
||||
main: [
|
||||
[
|
||||
{
|
||||
// @ts-ignore
|
||||
json: testData.input.Node1.outputJson || testData.input.Node1.parameters,
|
||||
// @ts-ignore
|
||||
binary: testData.input.Node1.outputBinary,
|
||||
|
||||
Reference in New Issue
Block a user