diff --git a/src/v2/guide/testing.md b/src/v2/guide/testing.md index 7375c43615..ac1b629097 100644 --- a/src/v2/guide/testing.md +++ b/src/v2/guide/testing.md @@ -4,8 +4,6 @@ type: guide order: 402 --- -# Testing - ## Introduction When it comes to building reliable applications, tests can play a critical role in an individual or team's ability to build new features, refactor code, fix bugs, etc. While there are many schools of thought with testing, there are three categories often discussed in the context of web applications: