Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tape vs Tap issue #34 #35

Merged
merged 37 commits into from
Nov 1, 2018
Merged

Tape vs Tap issue #34 #35

merged 37 commits into from
Nov 1, 2018

Conversation

nelsonic
Copy link
Member

@nelsonic nelsonic commented Oct 17, 2018

@iteles in preparation for releasing the "TodoMVC" example I have given this tutorial an update.

Please review and merge if/when happy. thanks.

@nelsonic nelsonic self-assigned this Oct 17, 2018
@nelsonic nelsonic added this to To do in Nelson's List via automation Oct 17, 2018
@nelsonic nelsonic moved this from To do to In progress in Nelson's List Oct 17, 2018
@codecov
Copy link

codecov bot commented Oct 17, 2018

Codecov Report

Merging #35 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #35   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      2    +1     
  Lines          13     28   +15     
  Branches        1      2    +1     
=====================================
+ Hits           13     28   +15
Impacted Files Coverage Δ
lib/change-calculator.js 100% <100%> (ø) ⬆️
lib/vending-machine.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 268618a...7a3f560. Read the comment docs.

@nelsonic nelsonic moved this from In progress to To do in Nelson's List Oct 25, 2018
@nelsonic nelsonic moved this from To do to In progress in Nelson's List Oct 27, 2018
@nelsonic
Copy link
Member Author

@iteles not "urgent" but good to get reviewed/merged this week. thank you! ✨

Copy link
Member

@iteles iteles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This. Is. Quite. The. Update.

I've updated for some minor typos, flow and removed duplicate words, totally ready to merge.

Finally understand the difference between tape and tap very clearly 👍


If you found this _taster_ to front-end testing with Tape and JSDOM
helpful, consider reading our more _comprehensive_ example:
https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

we _either_ need to "reset" the state of `COINS` _inside_ each test,
***or*** we need to reset the state of `COINS` _before_ each test.

Here is the difference:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@iteles iteles merged commit fcbdf2d into master Nov 1, 2018
@iteles iteles deleted the tape-vs-tap-issue-34 branch November 1, 2018 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Nelson's List
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants