We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdc3d4 commit 4648bd6Copy full SHA for 4648bd6
test/index.test.ts
@@ -5,6 +5,6 @@ test('index', () => {
5
expect(setOptions.name).toBe('setDefaultOptions')
6
expect(expectExport).toBeDefined()
7
expect(utils.compareText).toBeDefined()
8
- expect(wdioCustomMatchers.size).toEqual(41)
9
- expect(matchers.size).toEqual(41)
+ expect(wdioCustomMatchers.size).toEqual(42)
+ expect(matchers.size).toEqual(42)
10
})
0 commit comments