Skip to content

Commit

Permalink
achieved test coverage for OrgListCard.tsx (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 authored Dec 7, 2023
1 parent b59bdf0 commit 58322cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/OrgListCard/OrgListCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ const MOCKS = [
{
request: {
query: IS_SAMPLE_ORGANIZATION_QUERY,
variables: {
isSampleOrganizationId: 'xyz',
},
},
result: {
data: {
Expand Down

0 comments on commit 58322cd

Please sign in to comment.