so output for `expect(1, 2).containsExactly(1, 3)`...
# strikt
r
so output for
expect(1, 2).containsExactly(1, 3)
could be something like
Copy code
Expect that [1, 2]
  contains exactly [1, 3]
    contains unexpected element 2
    missing expected element 3