From a348419bb3666f1f6efa935dcd5e135ad0df1839 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 13 Feb 2025 09:20:01 +0100 Subject: [PATCH] Bug 39115: Remove exclude list from js_tidy.t Signed-off-by: Nick Clemens --- xt/js_tidy.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xt/js_tidy.t b/xt/js_tidy.t index d2deb045029..940f2b622c5 100755 --- a/xt/js_tidy.t +++ b/xt/js_tidy.t @@ -19,8 +19,7 @@ use Modern::Perl; use File::Slurp qw( read_file ); use Test::More; -my @js_files = - qx{git ls-files '*.js' '*.ts' ':(exclude)koha-tmpl/intranet-tmpl/lib' ':(exclude)koha-tmpl/intranet-tmpl/js/Gettext.js' ':(exclude)koha-tmpl/opac-tmpl/lib' ':(exclude)Koha/ILL/Backend/'}; +my @js_files = qx{git ls-files '*.js' '*.ts'}; plan tests => scalar @js_files; -- 2.39.5