Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Aug 7, 2024
1 parent 82b472b commit c5cceaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ npx mocha
```
from the repository root.

To run specific tests, use the `-g` flag for `mocha`, e.g., to run any proof described with "State" we can pass:
```
npx mocha -g State
```


## (MOSTLY DEPRECATED DUE TO CIRCOMKIT) Running an example
```
Expand Down

0 comments on commit c5cceaa

Please sign in to comment.