From 1d478cbe59478140ac7fba6c6a183ae08bbdff34 Mon Sep 17 00:00:00 2001 From: Josseph <46337696+jossephus@users.noreply.github.com> Date: Thu, 22 Oct 2020 07:44:02 +1200 Subject: [PATCH] removed duplicated title 'Testing' title says it all!! --- src/v2/guide/testing.md | 2 -- 1 file changed, 2 deletions(-) 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: