diff --git a/README.md b/README.md index 38d4bd1..35611f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + ## How to Write Test Case Using TDD and BDD Approach Things that you need to install: @@ -22,7 +24,7 @@ Things that you need to install: ### 3. Jest - A test runner made by Facebook -- Write test in the __tests__ folder or with test.js +- Write test in the __tests__ folder or with a .test.js file - Snapshot testing, coverage, and mocking ### 4. Enzyme