Skip to content

Commit a1c25ce

Browse files
authored
Update README.md
1 parent b9c9f8d commit a1c25ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ Jest is an automated test-runner for JavaScript.
5555
Before start coding, we will explain the project structure we have provided you.
5656

5757
We will be working with the `src/functions-and-arrays.js` file.
58-
In this first lab, we will take you through the process step by step. In the following labs, the process stays the same so refer to this step-by-step guide in case you get stuck on your next lab. (_And don't worry, it is completely okay to get stuck! We are here to help. 🤝_)
58+
The process you will be following step by step in this lab stays the same for all the following labs. It will take you a bit to actually become comfortable with it, but don't worry, it is completely okay to get stuck! We are here to help. 🤝
59+
60+
Let's go!
5961

6062
To run your tests, open your terminal at the root directory of the lab, run `npm install` to install your dependencies and `npm run test:watch` to run the tests and generate the `lab-solution.html` file.
6163

0 commit comments

Comments
 (0)