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
@@ -634,8 +634,6 @@ describe('RoutingNode', () => {
|
||||
for (const testData of tests) {
|
||||
test(testData.description, () => {
|
||||
node.parameters = testData.input.nodeParameters;
|
||||
|
||||
// @ts-ignore
|
||||
nodeType.description.properties = [testData.input.nodeTypeProperties];
|
||||
|
||||
const workflow = new Workflow({
|
||||
|
||||
Reference in New Issue
Block a user