Skip to content

Commit 230a55a

Browse files
committed
add reference to the test file
1 parent 9698428 commit 230a55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lab-js-functions-and-arrays
6161
└── functions-and-arrays.spec.js
6262
```
6363

64-
We will be working with the `src/functions-and-arrays.js`. In the `jasmine` folder you can find all of the files needed to use Jasmine. All these files are already linked with the `SpecRunner.html` file.
64+
We will be working with the `src/functions-and-arrays.js`. In the `jasmine` folder you can find all of the files needed to use Jasmine. All these files are already linked with the `SpecRunner.html` file. In case you want to check the tests, they are in the `tests/functions-and-arrays.spec.js` file.
6565

6666
#### Run tests
6767

0 commit comments

Comments
 (0)