Skip to content
Permalink
Browse files
2.4 Test Your Understanding
  • Loading branch information
mateussa committed Sep 26, 2019
1 parent 87ffb37 commit 87e77222d858adccce6826014d7f5e357495d7ce
Showing 1 changed file with 1 addition and 1 deletion.
@@ -42,7 +42,7 @@ describe('add()', () => {
expect.assertions(2)
// ARRANGE
const todo = await new ToDo()
// ACT
// ACT
await todo.add('bread', 4)
await todo.add('bread', 2)
const data = await todo.getAll()

0 comments on commit 87e7722

Please sign in to comment.