fix(tests): add mocks for emails
This commit is contained in:
@@ -273,6 +273,9 @@ export default function({ faker }, target, that, [{ username: login, page, per_p
|
|||||||
sha: "MOCKED_SHA",
|
sha: "MOCKED_SHA",
|
||||||
message: faker.lorem.sentence(),
|
message: faker.lorem.sentence(),
|
||||||
url: "https://api.github.com/repos/lowlighter/metrics/commits/MOCKED_SHA",
|
url: "https://api.github.com/repos/lowlighter/metrics/commits/MOCKED_SHA",
|
||||||
|
author:{
|
||||||
|
email: faker.internet.email(),
|
||||||
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user