We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33eaad0 commit ac00811Copy full SHA for ac00811
packages/grant-explorer/src/features/contributors/__tests__/ViewContributionHistory.test.tsx
@@ -38,6 +38,7 @@ const mockContributions: Contribution[] = [
38
},
39
donationsStartTime: faker.date.past().toISOString(),
40
donationsEndTime: faker.date.future().toISOString(),
41
+ strategyName: "",
42
43
application: {
44
project: {
@@ -71,6 +72,7 @@ const mockContributions: Contribution[] = [
71
72
73
74
donationsEndTime: faker.date.past().toISOString(),
75
76
77
78
0 commit comments