aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak <[email protected]>2021-04-26 00:21:27 -0400
committerGitHub <[email protected]>2021-04-26 00:21:27 -0400
commit65616c2d0610de0c517b4a96b0fd93dcb27c340f (patch)
tree613e151948316bcdd2ff70161cf991e8d5669ac6
parente073ace19cbf68857a5731dc3302fda0eb36cf24 (diff)
parent46cd6df7e73cef93d69facf7d6fa17eacd5096e8 (diff)
downloadfaker-65616c2d0610de0c517b4a96b0fd93dcb27c340f.tar.xz
faker-65616c2d0610de0c517b4a96b0fd93dcb27c340f.zip
Merge pull request #1165 from wreiske/update-readme-tests
Update README about running tests
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index b541af9c..6b30fa14 100644
--- a/Readme.md
+++ b/Readme.md
@@ -406,7 +406,7 @@ console.log(firstRandom === secondRandom);
```shell
npm install .
-make test
+npm run test
```
You can view a code coverage report generated in coverage/lcov-report/index.html.