Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrisch committed Dec 19, 2024
1 parent fa787a6 commit 308fedd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/str.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jest.mock("../data/store/chatStore", () => ({
XmtpConversation: jest.fn(),
}));

jest.mock("../data/store/profilesStore", () => ({
ProfilesStoreType: jest.fn(),
}));

describe("shortDisplayName", () => {
it("should shorten the domain correctly based on screen width", () => {
expect(shortDisplayName("thisisaverylongdomainname.com")).toBe(
Expand Down

0 comments on commit 308fedd

Please sign in to comment.