fix(tests): add mocks for emails

This commit is contained in:
lowlighter
2022-02-15 22:55:52 -05:00
parent 89dc719889
commit c8c4ff9ef6

View File

@@ -273,6 +273,9 @@ export default function({ faker }, target, that, [{ username: login, page, per_p
sha: "MOCKED_SHA",
message: faker.lorem.sentence(),
url: "https://api.github.com/repos/lowlighter/metrics/commits/MOCKED_SHA",
author:{
email: faker.internet.email(),
}
},
],
},