Skip to content

Commit 0d22485

Browse files
committed
fixed toСontain
1 parent b8d70ab commit 0d22485

File tree

4 files changed

+294
-405
lines changed

4 files changed

+294
-405
lines changed

__tests__/array.test.js

+3
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ describe(`Array tests`, () => {
1717
it(`hasLength 3`, () => {
1818
return expect([1, 2, 3]).hasLength(3)
1919
})
20+
it(`contain 2`, () => {
21+
return expect([1, 2, 3]).toContain(2)
22+
})
2023
})

0 commit comments

Comments
 (0)