Skip to content

Instantly share code, notes, and snippets.

@PCreations
Created September 3, 2020 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PCreations/3211f5dd973138ec89006877691c0dc5 to your computer and use it in GitHub Desktop.
Save PCreations/3211f5dd973138ec89006877691c0dc5 to your computer and use it in GitHub Desktop.
/* [...] */
export const createFakeExecuteLatestArticlesQuery = (articlesForDomain) =>
createExecuteLatestArticlesQuery({
sendQuery: fakeSendQuery(articlesForDomain),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment