From 94250de0148ccfb426e53db5dc1ab62e03e49cf7 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sun, 3 Mar 2024 08:39:42 +0000 Subject: [PATCH] - fix `__tests__` formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f261a6d2..643eb9cb 100644 --- a/README.md +++ b/README.md @@ -730,7 +730,7 @@ Doing so is a great way to test the action and/or your custom configurations loc To run locally, or to access private repositories (GitHub Codespaces has automatic access to public repos with the default token), you will require to provide a valid `GITHUB_TOKEN` with read only permissions to access the repositories you want to run this action towards. (See more details in [Token Permission](#Token-Permission)) -To test your own configuration and usecase, the project contains a [__tests__/demo/demo.test.ts](https://github.com/mikepenz/release-changelog-builder-action/blob/develop/__tests__/demo/demo.test.ts) file, modify this one to your needs. (e.g. change repo, change token, change settings, ...), and then run it via: +To test your own configuration and usecase, the project contains a [\_\_tests\_\_/demo/demo.test.ts](https://github.com/mikepenz/release-changelog-builder-action/blob/develop/__tests__/demo/demo.test.ts) file, modify this one to your needs. (e.g. change repo, change token, change settings, ...), and then run it via: ```bash npm test -- demo.test.ts