Skip to content

Commit

Permalink
test(ns-workflows-1): add tests for Parameter | Reference union (#3489)
Browse files Browse the repository at this point in the history
Refs #3392
  • Loading branch information
char0n authored Dec 1, 2023
1 parent c63021e commit 80f8deb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ exports[`refractor elements StepElement should refract to semantic ApiDOM tree 1
(MemberElement
(StringElement)
(StringElement))
(MemberElement
(StringElement)
(StringElement)))
(ReferenceElement
(MemberElement
(StringElement)
(StringElement)))))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ describe('refractor', function () {
in: 'query',
value: 'available',
},
{
$ref: '#/json/pointer',
},
],
dependsOn: ['someStepId'],
successCriteria: [
Expand Down

0 comments on commit 80f8deb

Please sign in to comment.