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 committed Mar 5, 2024
1 parent bfb1ec8 commit a747a00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/contributing_renovate.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ Use these commands to help run your tests:

- To run a single test folder, specify the path

```bash
pnpm jest platform/gitlab
```

- To run against a single test file, specify down to the filename (suffix is not necessary)

```bash
pnpm jest platform/gitlab/index
```


0 comments on commit a747a00

Please sign in to comment.