Skip to content

Commit

Permalink
chore: add a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurai-ryo committed May 30, 2024
1 parent 700302d commit 60c1bba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ describe('State Machine Resources', () => {
'States.ArrayLength($.inputArray)',
'States.JsonMerge($.json1, $.json2, false)',
'States.StringToJson($.escapedJsonString)',
'plainString',
])('fails in synthesis if specifying invalid intrinsic functions in the causePath and errorPath (%s)', (intrinsic) => {
// GIVEN
const app = new cdk.App();
Expand Down

0 comments on commit 60c1bba

Please sign in to comment.