From bd752f5a65137872f3faae1ef21b6bc7bc5d26d0 Mon Sep 17 00:00:00 2001 From: "Violet.Lee" Date: Thu, 22 Aug 2019 03:30:03 +0900 Subject: [PATCH] Update article.md --- 1-js/03-code-quality/05-testing-mocha/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/05-testing-mocha/article.md b/1-js/03-code-quality/05-testing-mocha/article.md index a8d6babf..ca639fb6 100644 --- a/1-js/03-code-quality/05-testing-mocha/article.md +++ b/1-js/03-code-quality/05-testing-mocha/article.md @@ -1,4 +1,4 @@ -# Automated testing with mocha +# Automated testing with Mocha Automated testing will be used in further tasks, and it's also widely used in real projects.