Skip to content

Commit

Permalink
Update test command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 committed Mar 8, 2024
1 parent 5ca792a commit 540871b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pigment-react/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
At the root project terminal:

```bash
pnpm --filter @pigment-css/react run test
pnpm nx run @pigment-css/react:test
```

To update the output fixtures:

```bash
pnpm --filter @pigment-css/react run test:update
pnpm nx run @pigment-css/react:test:update
```

## Adding new tests
Expand Down

0 comments on commit 540871b

Please sign in to comment.