Skip to content

Commit

Permalink
Update endpoint-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Jul 22, 2024
1 parent a611a02 commit 569fc4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/recipes/endpoint-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 569fc4a

Please sign in to comment.