From f8267aebdc74b1297dbe4484ae30ffc45099cdc8 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 04:13:46 +0100 Subject: [PATCH] wip --- pest3-now-available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pest3-now-available.md b/pest3-now-available.md index 0731995..b809eb7 100644 --- a/pest3-now-available.md +++ b/pest3-now-available.md @@ -274,7 +274,7 @@ Again, Pest comes with a bunch of new architectural expectations and improvement You may check all existing architectural expectations in our [Architecture Testing](/docs/arch-testing) section. -### `@pest-arch-ignore-line` and `@pest-arch-ignore-next-line` +### `@pest-arch-ignore-line` As you may know, you can ignore specific expectation targets using the `ignoring()` method. In Pest 3, we are introducing `@pest-arch-ignore-line` and `@pest-arch-ignore-next-line` annotations to ignore specific lines or the next line.