Skip to content

Commit

Permalink
fix testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceKatt committed May 2, 2021
1 parent 014dcea commit 80cf034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [Install `node14`, using `nvm`](#install-node14-using-nvm)
- [Install `pnpm` and `heft`](#install-pnpm-and-heft)
- [Install Dependencies](#install-dependencies)
- [Build](#build)
- [Test](#test)
- [Linting](#linting)
- [CI/CD](#cicd)
Expand Down Expand Up @@ -194,7 +195,7 @@ heft build
This project uses [`heft`](https://rushstack.io/pages/heft/overview/) as a test orchestrator (`jest` under the covers).

```bash
heft build
heft test
```

### Linting
Expand Down

0 comments on commit 80cf034

Please sign in to comment.