refactor(core): Add strong typing for INodeTypeBaseDescription['group'] (no-changelog) (#14047)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-03-19 13:42:10 +01:00
committed by GitHub
parent 8f46371d77
commit a24e8abe8c
5 changed files with 7 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ describe('LoadNodesAndCredentials', () => {
description: {
displayName: 'Test Node',
name: 'testNode',
group: ['test'],
group: ['input'],
description: 'A test node',
version: 1,
defaults: {},