From ffffcdaafc1e340bd086707633359ad6a60d5135 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 28 Aug 2026 05:33:50 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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