Skip to content

Instantly share code, notes, and snippets.

@FagnerMartinsBrack
Created December 17, 2018 10: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 FagnerMartinsBrack/d7f6e000d3feec3b7019c7f156029892 to your computer and use it in GitHub Desktop.
Save FagnerMartinsBrack/d7f6e000d3feec3b7019c7f156029892 to your computer and use it in GitHub Desktop.
(Medium) - The Myth Of 100% Code Coverage
const httpServerDataSource = HttpServerDataSource(getRequest);
const postsTitle = await httpServerDataSource.findPostsTitle();
assert.deepEqual(postsTitle, ['How to bake a cake']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment