Skip to content

Commit 271f1fe

Browse files
committed
Add mocha.opts to include --recursive flag
1 parent f2d8228 commit 271f1fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Let's practice using `map`, `filter`, and `reduce`!
55
#### Setup
66

77
1. Install [mocha](https://mochajs.org/): `npm install -g mocha`
8-
1. To run all the tests, make sure you're in this folder and then run: `mocha --recursive .`
8+
1. To run all the tests: `mocha .`
99

1010
#### Details
1111

test/mocha.opts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--recursive

0 commit comments

Comments
 (0)