Skip to content

Commit

Permalink
test(clerk-js): Update Organization class snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Aug 10, 2023
1 parent bdc03ed commit e65b5c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ exports[`Organization has the same initial properties 1`] = `
Organization {
"addMember": [Function],
"adminDeleteEnabled": true,
"createDomain": [Function],
"createdAt": 1970-01-01T00:00:12.345Z,
"destroy": [Function],
"getDomain": [Function],
"getDomains": [Function],
"getMemberships": [Function],
"getPendingInvitations": [Function],
"hasImage": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ OrganizationMembership {
"organization": Organization {
"addMember": [Function],
"adminDeleteEnabled": true,
"createDomain": [Function],
"createdAt": 1970-01-01T00:00:12.345Z,
"destroy": [Function],
"getDomain": [Function],
"getDomains": [Function],
"getMemberships": [Function],
"getPendingInvitations": [Function],
"hasImage": true,
Expand Down

0 comments on commit e65b5c5

Please sign in to comment.