Skip to content

Commit 4648bd6

Browse files
committed
Fix rebase
1 parent 3cdc3d4 commit 4648bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ test('index', () => {
55
expect(setOptions.name).toBe('setDefaultOptions')
66
expect(expectExport).toBeDefined()
77
expect(utils.compareText).toBeDefined()
8-
expect(wdioCustomMatchers.size).toEqual(41)
9-
expect(matchers.size).toEqual(41)
8+
expect(wdioCustomMatchers.size).toEqual(42)
9+
expect(matchers.size).toEqual(42)
1010
})

0 commit comments

Comments
 (0)