diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80a09cc74e..1441f87cae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,7 +116,7 @@ $ TEST_ONLY=babel-cli make test ```sh # 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: