From 928f634b594380f8361e2abb9e425b76281421a8 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 8 Feb 2022 00:17:13 +0100 Subject: [PATCH] prettier --- packages/expect-utils/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/expect-utils/README.md b/packages/expect-utils/README.md index ada6b983d766..12ae8b2f0fea 100644 --- a/packages/expect-utils/README.md +++ b/packages/expect-utils/README.md @@ -2,6 +2,4 @@ This module exports some utils for the `expect` function used in [Jest](https://jestjs.io/). -You probably don't want to use this package directly. E.g. if you're writing -[custom matcher](https://jestjs.io/docs/expect#expectextendmatchers), you should use the injected -[`this.equals`](https://jestjs.io/docs/expect#thisequalsa-b). +You probably don't want to use this package directly. E.g. if you're writing [custom matcher](https://jestjs.io/docs/expect#expectextendmatchers), you should use the injected [`this.equals`](https://jestjs.io/docs/expect#thisequalsa-b).