diff --git a/README.md b/README.md index 94cd51ad3df16..b768f86f1eded 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,7 @@ Next, from the root directory of this repository, install D3's dependencies: You can see the list of dependencies in package.json. NPM will install the packages in the node_modules directory. + +To run the tests, use: + + make test