Skip to content

Commit

Permalink
Fix failing tests in ./tools (cloudflare#5935)
Browse files Browse the repository at this point in the history
Co-authored-by: Carmen Popoviciu <[email protected]>
  • Loading branch information
CarmenPopoviciu and CarmenPopoviciu authored May 29, 2024
1 parent 93b98cb commit 9c6f779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ describe("findDeployablePackageNames()", () => {
}) => {
expect(findDeployablePackageNames()).toMatchInlineSnapshot(`
Set {
"devprod-status-bot",
"edge-preview-authenticated-proxy",
"format-errors",
"playground-preview-worker",
Expand Down
1 change: 1 addition & 0 deletions tools/deployments/__tests__/validate-changesets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe("findPackageNames()", () => {
expect(findPackageNames()).toMatchInlineSnapshot(`
Set {
"create-cloudflare",
"devprod-status-bot",
"edge-preview-authenticated-proxy",
"format-errors",
"@cloudflare/kv-asset-handler",
Expand Down

0 comments on commit 9c6f779

Please sign in to comment.