From ed6bf7d4d0976114067a7fdb8c63c0a55eeef6e5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 17:30:35 +0100 Subject: [PATCH] add comment about function --- InvenTree/InvenTree/ci_render_js.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/InvenTree/ci_render_js.py b/InvenTree/InvenTree/ci_render_js.py index 048bf05b3e..d6452f6910 100644 --- a/InvenTree/InvenTree/ci_render_js.py +++ b/InvenTree/InvenTree/ci_render_js.py @@ -1,5 +1,6 @@ """ Pull rendered copies of the templated +only used for testing the js files! """ from django.test import TestCase