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 130360b commit d2316cd
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 @@ -64,4 +64,10 @@ Use these commands to help run your tests:
pnpm jest platform/gitlab/index -t "getJsonFile"
```

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

```bash
pnpm jest platform/gitlab/index -t "returns file content from given repo"
```


0 comments on commit d2316cd

Please sign in to comment.