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 b5c55e9 commit 95965edCopy full SHA for 95965ed
packages/grant-explorer/src/features/round/__tests__/ViewProjectDetails.test.tsx
@@ -77,6 +77,21 @@ const expectedProject: Application = {
77
id: faker.finance.ethereumAddress(),
78
metadata: {
79
application: {
80
+ project: {
81
+ id: faker.finance.ethereumAddress(),
82
+ createdAt: Date.now(),
83
+ title: "Project test",
84
+ description: "Best project in the world",
85
+ website: "test.com",
86
+ owners: [],
87
+ bannerImg: "banner!",
88
+ logoImg: "logo!",
89
+ projectTwitter: "twitter.com/project",
90
+ projectGithub: "github.com/project",
91
+ userGithub: "github.com/user",
92
+ lastUpdated: 0,
93
+ credentials: {},
94
+ },
95
answers: [
96
{
97
answer: "never gonna give you up",
0 commit comments