From b12056594fbbe13056d80dc8a22cc5925ab17755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 9 Aug 2022 07:15:30 +0200 Subject: [PATCH] Add issue to TODO comment --- backend/src/helpers/jest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/helpers/jest.js b/backend/src/helpers/jest.js index 14317642b..ecfc1a042 100644 --- a/backend/src/helpers/jest.js +++ b/backend/src/helpers/jest.js @@ -1,5 +1,6 @@ -// TODO: can be replaced with, which is no a fake: +// TODO: can be replaced with: (which is no a fake) // import gql from 'graphql-tag' +// See issue: https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/5152 //* This is a fake ES2015 template string, just to benefit of syntax // highlighting of `gql` template strings in certain editors.