Skip to content

Commit 34cb319

Browse files
committed
Typo
1 parent 1f2960d commit 34cb319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playgrounds/jest/jest.setup.after-env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { matchers } from "expect-webdriverio";
66
jest.setTimeout(30000);
77

88
beforeAll(async () => {
9-
// Ad custom wdio matcher to Jest's expect
9+
// Add custom wdio matcher to Jest's expect
1010
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1111
expect.extend(matchers as Record<string, any>);
1212

0 commit comments

Comments
 (0)