Skip to content

Commit 975afdc

Browse files
committed
Remove redundant instruction
1 parent 2b10c30 commit 975afdc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,7 @@ This lab, along with some of the labs you will be working on during the bootcamp
4141

4242
Jest is an automated test-runner for JavaScript.
4343

44-
Before start coding, we will explain the project structure we have provided you:
45-
46-
```
47-
lab-js-functions-and-arrays
48-
├── README.md
49-
├── SpecRunner.html
50-
├── src
51-
│   └── functions-and-arrays.js
52-
└── tests
53-
└── functions-and-arrays.spec.js
54-
```
44+
Before start coding, we will explain the project structure we have provided you.
5545

5646
We will be working with the `src/functions-and-arrays.js` file. 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 generate the `lab-solution.html` file. In case you want to check the tests, they are in the `tests/functions-and-arrays.spec.js` file.
5747

0 commit comments

Comments
 (0)