Skip to content

Commit ba337a3

Browse files
committed
add html report
1 parent 4adcca1 commit ba337a3

File tree

11 files changed

+2029
-35
lines changed

11 files changed

+2029
-35
lines changed

__tests__/array.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe(`Array tests`, () => {
22
it('toBeArray [] == []', () => {
3-
return expect([]).toBeArray([])
3+
return expect([]).toBeArray()
44
})
55
it(`toBeArraySorted [1, 2, 3]`, () => {
66
return expect([1, 2, 3]).toBeArraySorted()

0 commit comments

Comments
 (0)