doc(contributing): Fix formatting (#3376)

This commit is contained in:
Shawn Meng 2022-01-27 14:28:37 +08:00 committed by GitHub
parent bcc3ae86ae
commit 90cf073ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,10 +76,10 @@ For running all tests, take the following steps:
2. Install js dependencies.
Ensure [Yarn Package Manager is installed](https://yarnpkg.com/getting-started/install)
```bash
yarn
```
```bash
yarn
```
3. Setup some environment variables which is required for tests.
@ -116,9 +116,9 @@ For running all tests, take the following steps:
While working on specific packages, individual tests can be run by specifying a package to the
cargo test runner, e.g.
```bash
cargo test -p swc_ecma_transforms --all-features
```
```bash
cargo test -p swc_ecma_transforms --all-features
```
## Pull requests