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 8227661 commit b864314Copy full SHA for b864314
1 file changed
playgrounds/jest/jest.setup.after-env.ts
@@ -6,7 +6,7 @@ import { matchers } from "expect-webdriverio";
6
jest.setTimeout(30000);
7
8
beforeAll(async () => {
9
- // Ad custom wdio matcher to Jest's expect
+ // Add custom wdio matcher to Jest's expect
10
// eslint-disable-next-line @typescript-eslint/no-explicit-any
11
expect.extend(matchers as Record<string, any>);
12
0 commit comments