From 569fc4a3c1c512b1780791206dce83c5f7dad8a9 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 22 Jul 2024 13:55:04 +0200 Subject: [PATCH] Update endpoint-testing.md --- docs/recipes/endpoint-testing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/recipes/endpoint-testing.md b/docs/recipes/endpoint-testing.md index d0e85660f..bd5d18432 100644 --- a/docs/recipes/endpoint-testing.md +++ b/docs/recipes/endpoint-testing.md @@ -40,7 +40,6 @@ test.serial('404', async t => { {message: /Request failed with status code 404 Not Found/, instanceOf: HTTPError}, ); }); - ``` Other libraries you may find useful: