We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e64d00 commit 1f4d0b2Copy full SHA for 1f4d0b2
expect/expect.ts
@@ -545,7 +545,7 @@ expect.assertions = assertions as (num: number) => void;
545
* import { expect } from "@std/expect";
546
*
547
* Deno.test("example", () => {
548
- * expect({ bar: 'baz' }).toEqual(expect.objectContaining({ bar: 'bar'}));
+ * expect({ bar: 'baz' }).toEqual(expect.objectContaining({ bar: 'baz'}));
549
* expect({ bar: 'baz' }).not.toEqual(expect.objectContaining({ foo: 'bar'}));
550
* });
551
* ```
0 commit comments