Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 17, 2024
1 parent 4655693 commit a441529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ $ TEST_ONLY=babel-cli make test-only

#### Run a subset of tests

Use the [Jest CLI `-t` option](https://jestjs.io/docs/cli#--testnamepatternregex) to to run a subset of tests with a name that matches the regex:
Use the [Jest CLI `-t` option](https://jestjs.io/docs/cli#--testnamepatternregex) to run a subset of tests with a name that matches the regex:

```sh
$ yarn jest -t transformation
Expand Down

0 comments on commit a441529

Please sign in to comment.