Skip to content

Commit

Permalink
test: verify engines is an open extension point
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored Dec 6, 2024
1 parent 26a2f9e commit 61297e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const template = {
'bpmn:Task'
],
'engines': {
'camunda': '8.5'
'camunda': '8.5',
'other': '^1.3-beta.0'
},
'properties': [],
};
Expand Down

0 comments on commit 61297e8

Please sign in to comment.