Skip to content

Commit 25637ba

Browse files
authored
fix: expect docs (#4058)
1 parent 8eceaf6 commit 25637ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/helpers/Expect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Zero-configuration when paired with other helpers like REST, Playwright:
2020
{
2121
helpers: {
2222
Playwright: {...},
23-
ExpectHelper: {},
23+
Expect: {},
2424
}
2525
}
2626
```

lib/helper/Expect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ chai.use(require('chai-match-pattern'));
2020
*{
2121
* helpers: {
2222
* Playwright: {...},
23-
* ExpectHelper: {},
23+
* Expect: {},
2424
* }
2525
*}
2626
* ```

0 commit comments

Comments
 (0)