aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reiske <[email protected]>2021-04-25 20:46:32 -0700
committerGitHub <[email protected]>2021-04-25 20:46:32 -0700
commit46cd6df7e73cef93d69facf7d6fa17eacd5096e8 (patch)
tree613e151948316bcdd2ff70161cf991e8d5669ac6
parente073ace19cbf68857a5731dc3302fda0eb36cf24 (diff)
downloadfaker-46cd6df7e73cef93d69facf7d6fa17eacd5096e8.tar.xz
faker-46cd6df7e73cef93d69facf7d6fa17eacd5096e8.zip
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.