Skip to content

Commit

Permalink
Update node.api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaCWebDeveloper committed May 23, 2024
1 parent 9114121 commit 9b207c4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ describe('nodeApi', () => {
...node,
id: type,
nodeRedId: node.id,
nodeRedName: node.name,
name: type,
type,
types: undefined,
}))
Expand All @@ -115,6 +117,7 @@ describe('nodeApi', () => {
const testNode = {
id: 'node1',
nodeRedId: 'node1',
nodeRedName: 'Node 1',
name: 'Node 1',
type: 'type2',
enabled: true,
Expand Down

0 comments on commit 9b207c4

Please sign in to comment.