Skip to content

Commit 9940329

Browse files
committed
Merge pull request #31 from gabrielperales/patch-1
Update egghead.io_video_tutorial_notes.md
2 parents 919bf6c + cd899bd commit 9940329

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

egghead.io_video_tutorial_notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ expect (
105105

106106
// We add a test that check how `DECREMENT` works; from 2 to 1 and from 1 to zero:
107107

108-
```js
109108
expect (
110109
counter(2, { type: 'DECREMENT' })
111110
).toEqual(1);

0 commit comments

Comments
 (0)