Skip to content

Commit

Permalink
add test for page
Browse files Browse the repository at this point in the history
  • Loading branch information
HatiDev committed Dec 10, 2024
1 parent 72af4d8 commit 373ec6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ describe("Limited Partners Page", () => {
expect(res.status).toBe(200);
expect(res.text).toContain(enTranslationText.limitedPartnersPage.title);
});
});
});

0 comments on commit 373ec6a

Please sign in to comment.