Skip to content

Commit ff507e6

Browse files
authored
Update the instructions for running the tests
1 parent 57ecaf5 commit ff507e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,15 @@ git push origin master
3535

3636
You will be working in the `src/clue.js` file, which is already loaded in the `index.html` file.
3737

38-
To run the JavaScript code open the `index.html` file using the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) VSCode extension.
38+
To run the JavaScript code, open the `index.html` file using the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) VSCode extension.
3939

40-
To see output of your JavaScript code open the [Console in the Developer Tools](https://developer.chrome.com/docs/devtools/open/#console).
40+
To see the output of your JavaScript code, open the [Console in the Developer Tools](https://developer.chrome.com/docs/devtools/open/#console).
4141

42+
### Note about tests
4243

44+
This LAB is equipped with unit tests to provide automated feedback on your lab progress.
45+
46+
**After completing the basic iterations**, go to the **"Test Your Code"** section at the bottom. There you'll be asked to install the testing dependencies and run the tests to check how many tests your code is passing. Once you run the tests, correct your code to pass the failing tests.
4347

4448
<br>
4549

0 commit comments

Comments
 (0)