Skip to content
Permalink
Browse files
added comment
  • Loading branch information
aa7401 committed Sep 14, 2019
1 parent 8708e52 commit c665bb247a118c80147d9c75cba26efc6f58eb46
Showing 1 changed file with 1 addition and 1 deletion.
@@ -57,7 +57,7 @@ describe('add()', () => {
const count = await todo.countItems()
const data = await todo.getAll()
const qty = data[0].qty
// ASSERT
// ASSERT (note there are two assertions as stated on line 50)
expect(count).toBe(1)
expect(qty).toEqual(6)
} catch(err) {

0 comments on commit c665bb2

Please sign in to comment.