Skip to content

Instantly share code, notes, and snippets.

@astrotars
Last active June 12, 2018 19:16
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