Skip to content

Commit 7acd1c4

Browse files
committed
chore(webapp): format the page title test
1 parent c20ef4f commit 7acd1c4

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

apps/webapp/app/utils/pageTitle.test.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,12 @@ describe("pageMeta", () => {
127127
it("ignores the project the org loader resolved when the URL names none", () => {
128128
// The org loader always resolves a "best" project, so an org page would otherwise
129129
// advertise a project the user is not looking at.
130-
const title = renderTitle([rootRoute, orgRoute, { id: "routes/team", meta: pageMeta("Team") }], {
131-
organizationSlug: "acme",
132-
});
130+
const title = renderTitle(
131+
[rootRoute, orgRoute, { id: "routes/team", meta: pageMeta("Team") }],
132+
{
133+
organizationSlug: "acme",
134+
}
135+
);
133136

134137
expect(title).toBe("Team | Acme | Trigger.dev");
135138
});

0 commit comments

Comments
 (0)