From 6ce37f9a677a4d1c266c48a2b0bbe4005692e96e Mon Sep 17 00:00:00 2001 From: SKairinos Date: Mon, 24 Jul 2023 15:23:42 +0100 Subject: [PATCH] fix: comment --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bab76d2..65bd9a98 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - name: Check Code Format run: npm run lint - # // TODO: https://www.pluralsight.com/guides/how-to-test-react-components-in-typescript + # TODO: https://www.pluralsight.com/guides/how-to-test-react-components-in-typescript # - name: Test Code # run: npm run test -- --watchAll=false