Writing unit tests for our Pomodoro application
Ok! Let's move to our Pomodoro application! By the way, when was the last time you took a break? Probably, it is time to open the application in your browser, wait a few minutes of the Pomodoro working period timer, and check for some kittens.
I just did it and it made me feel really nice and cute:
I'm not your clothes... please have some rest
Let's start with mutations. Open the code in the chapter7/pomodoro folder. Open the mutations.js
file and check what is happening out there. There are four mutations happening: START
, STOP
, PAUSE
, and TOGGLE_SOUND
. Guess which one we will start with. Yes, you ...
Get Learning Vue.js 2 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.