Skip to content

Commit

Permalink
added test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWesterkamp committed Apr 11, 2021
1 parent c00c266 commit 28ffff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ describe('index', () => {

expect(createCompositeBuilder).toBeCalledTimes(1)
expect(createCompositeBuilder).toBeCalledWith(expect.arrayContaining([
elementA,
elementB,
elementC,
elementA, // Mock implementation returns the element so we can compare
elementB, // Mock implementation returns the element so we can compare
elementC, // Mock implementation returns the element so we can compare
]))
})
})
Expand Down

0 comments on commit 28ffff3

Please sign in to comment.