Skip to content

Commit

Permalink
improve branch percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
pachonjcl committed Mar 1, 2025
1 parent 7c6dfe4 commit 4a1fc08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ describe("SiteProcessor", () => {
const siteA = await SiteFactory.create({ name: "A Site" });
const siteB = await SiteFactory.create({ name: "B Site" });
const siteC = await SiteFactory.create({ name: "C Site" });
await expectSites([siteA, siteB, siteC], { sort: { field: "name" } }, { sortField: "name" });
await expectSites([siteA, siteB, siteC], { sort: { field: "name", direction: "ASC" } }, { sortField: "name" });
await expectSites(
[siteC, siteB, siteA],
Expand Down

0 comments on commit 4a1fc08

Please sign in to comment.