Skip to content

Instantly share code, notes, and snippets.

@astrotars
Last active June 12, 2018 19:16
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 astrotars/1c48a6ec87ff2ad31916ee0ced99968d to your computer and use it in GitHub Desktop.
Save astrotars/1c48a6ec87ff2ad31916ee0ced99968d to your computer and use it in GitHub Desktop.
nock(config.stream.baseUrl)
.get(/winds_article_recommendations/)
.reply(200, { results: [{foreign_id:`article:${article.id}`}] });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment