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 e79f432 commit 1b2f198Copy full SHA for 1b2f198
docs/ExpectAPI.md
@@ -267,7 +267,7 @@ expect.extend({
267
// The error (and its stacktrace) must be created before any `await`
268
this.error = new Error();
269
270
- // The implementation of `observe`d oesn't matter.
+ // The implementation of `observe` doesn't matter.
271
// It only matters that the custom snapshot matcher is async.
272
const observation = await observe(async () => {
273
await fn();
0 commit comments