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.