Skip to content

Commit

Permalink
Update contributing_renovate.md
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana Campanari <[email protected]>
  • Loading branch information
FabianaCampanari authored Mar 5, 2024
1 parent a747a00 commit 8787ad2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/contributing_renovate.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,10 @@ Use these commands to help run your tests:
pnpm jest platform/gitlab/index
```

- To run a single test batch, the `-t` value must be part of the `describe` value of the test batch

```bash
pnpm jest platform/gitlab/index -t "getJsonFile"
```


0 comments on commit 8787ad2

Please sign in to comment.