Skip to content

Commit

Permalink
chore: format expected output
Browse files Browse the repository at this point in the history
    This sometimes works in our pipeline and sometimes works locally without the formatting.

    I'm not actually particularly sure why, but adding in the expected formatting should make this pass reliably.

    NOTE: When I ran yarn lint --fix after the linter failed, it did a lot more formatitng than expected.
    The only actual non-formatting changes to this file are in the last test on lines 2078 through 2099.
  • Loading branch information
TheRealAmazonKendra committed Aug 28, 2024
1 parent 9946ab0 commit 0c85e59
Show file tree
Hide file tree
Showing 2 changed files with 1,780 additions and 1,510 deletions.
3 changes: 2 additions & 1 deletion packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1653.0",
"axios": "^1.7.2",
"chalk": "5.3.0",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"jest": "^29.7.0",
Expand Down Expand Up @@ -72,4 +73,4 @@
"publishConfig": {
"tag": "latest"
}
}
}
Loading

0 comments on commit 0c85e59

Please sign in to comment.