Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Clécio Varjão <[email protected]>
  • Loading branch information
cvarjao committed Nov 29, 2024
1 parent 2b464a2 commit 7133f45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ ngrok http "file://${PWD}/tmp"
## For running using the mobile app. Open tmp/__qrcode.png to see the generated QR Codes
export HOLDER_TYPE=manual
yarn jest --runInBand --detectOpenHandles --forceExit src/basic.test.ts
```
```

## Cleanup
```
rm -rf tmp/*.json(N) tmp/*.html(N) logs/*.ndjson(N)
```
note: `(N)` is [zsh null glob qualifier](https://zsh.sourceforge.io/Doc/Release/Expansion.html#Glob-Qualifiers)

0 comments on commit 7133f45

Please sign in to comment.