Fix CONTRIBUTING.md (#7441)

This commit is contained in:
Yuta Hiroto 2018-02-27 23:45:28 +09:00 committed by Brian Ng
parent cb4f4f4d5f
commit 5459c75d64

View File

@ -116,7 +116,7 @@ $ TEST_ONLY=babel-cli make test
```sh ```sh
# Run tests for the @babel/plugin-transform-classes package. # Run tests for the @babel/plugin-transform-classes package.
$ TEST_ONLY=es2015-class make test $ TEST_ONLY=babel-plugin-transform-classes make test
``` ```
Use the `TEST_GREP` variable to run a subset of tests by name: Use the `TEST_GREP` variable to run a subset of tests by name: