Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Apr 5, 2024
1 parent 8b0a8b4 commit a5d1022
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@ make docker/up
make docker/stop
```

## Testing

To run tests across all existing projects, you can use the following commands:

```bash
# Run all tests
make test

make test/type
make test/unit
make test/integration
make test/e2e
```

These commands utilize the NX CLI's run-many feature to execute the specified
targets (test or test:type) across all projects in the monorepo.

## Formatting

We use [Prettier](https://prettier.io/) and [ESLint](https://eslint.org/) to
Expand Down
3 changes: 3 additions & 0 deletions apps/policy-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ make policy-engine/start/dev
## Testing

```bash
# Run all tests
make policy-engine/test

make policy-engine/test/type
make policy-engine/test/unit
make policy-engine/test/integration
Expand Down
3 changes: 3 additions & 0 deletions apps/vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ make vault/start/dev
## Testing

```bash
# Run all tests
make vault/test

make vault/test/type
make vault/test/unit
make vault/test/integration
Expand Down

0 comments on commit a5d1022

Please sign in to comment.