Skip to content

Commit

Permalink
fix(clerk-js): Drop deprecated organizationList in ui.retheme (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl authored Nov 15, 2023
1 parent 83e9d08 commit 69b2f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/yellow-elephants-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ describe('useOrganizationList', () => {
expect(result.current.isLoaded).toBe(true);
expect(result.current.setActive).toBeDefined();
expect(result.current.createOrganization).toBeDefined();
expect(result.current.organizationList).toEqual(
expect.arrayContaining([
expect.objectContaining({
membership: expect.objectContaining({
role: 'basic_member',
}),
}),
]),
);

expect(result.current.userInvitations).toEqual(
expect.objectContaining({
Expand Down

0 comments on commit 69b2f44

Please sign in to comment.