Skip to content

Commit 95965ed

Browse files
committed
fix: lint
1 parent b5c55e9 commit 95965ed

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/grant-explorer/src/features/round/__tests__/ViewProjectDetails.test.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,21 @@ const expectedProject: Application = {
7777
id: faker.finance.ethereumAddress(),
7878
metadata: {
7979
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+
},
8095
answers: [
8196
{
8297
answer: "never gonna give you up",

0 commit comments

Comments
 (0)