From 61080d1f1a6cead49c565a04ec1f4ce122f94c2e Mon Sep 17 00:00:00 2001 From: Ingunn Sund Date: Fri, 3 Apr 2026 15:58:59 +0200 Subject: [PATCH] Add jest.config.js to targeted config files --- polinrider-scanner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polinrider-scanner.sh b/polinrider-scanner.sh index fca3191..9ddf38e 100755 --- a/polinrider-scanner.sh +++ b/polinrider-scanner.sh @@ -29,7 +29,7 @@ PRIMARY_SIG='("rmcej%otb%",2857687)' SECONDARY_SIG="global['!']='8-270-2';var _\$_1e42=" # Config files targeted by PolinRider -CONFIG_FILES="postcss.config.mjs postcss.config.js tailwind.config.js eslint.config.mjs next.config.mjs next.config.ts babel.config.js" +CONFIG_FILES="postcss.config.mjs postcss.config.js tailwind.config.js eslint.config.mjs next.config.mjs next.config.ts babel.config.js jest.config.js" # Colors (disabled if not a terminal) RED=""