Skip to content

Commit 1edfa49

Browse files
committed
doc: add document about default value
1 parent fc706e0 commit 1edfa49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm install power-assert --save-dev
1616

1717
## Usage
1818

19-
1. You have to set test directory to your `package.json`
19+
### 1. (Optional) You have to set test directory to your `package.json`
2020

2121
``` json
2222
{
@@ -37,7 +37,9 @@ npm install power-assert --save-dev
3737
}
3838
```
3939

40-
### Run mocha with `intelli-espower-loader`
40+
If you didn't set directories.test, use 'test/' as default value.
41+
42+
### 2. Run mocha with `intelli-espower-loader`
4143

4244
``` sh
4345
mocha --require intelli-espower-loader

0 commit comments

Comments
 (0)