mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Add strong typing for INodeTypeBaseDescription['group'] (no-changelog) (#14047)
This commit is contained in:
committed by
GitHub
parent
8f46371d77
commit
a24e8abe8c
@@ -47,7 +47,7 @@ describe('LoadNodesAndCredentials', () => {
|
||||
description: {
|
||||
displayName: 'Test Node',
|
||||
name: 'testNode',
|
||||
group: ['test'],
|
||||
group: ['input'],
|
||||
description: 'A test node',
|
||||
version: 1,
|
||||
defaults: {},
|
||||
|
||||
Reference in New Issue
Block a user