fix(tests): make mocks for rest octokit async
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**Mocked data */
|
||||
export default function({ faker }, target, that, args) {
|
||||
export default async function({ faker }, target, that, args) {
|
||||
return ({
|
||||
status: 200,
|
||||
url: "https://api.github.com/rate_limit",
|
||||
|
||||
Reference in New Issue
Block a user