File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ macro _TS_CONFIG_EPILOGUE() {
142142 ### Fill $TS_GLOB_FILES with potential inputs.
143143 ### It will be reduced later in _TS_CONFIGURE based on `tsconfig.json` rules.
144144 _GLOB(TS_GLOB_FILES $TS_GLOB_INCLUDE EXCLUDE $TS_GLOB_EXCLUDE RESTRICTIONS MAX_MATCHES 10000 MAX_WATCH_DIRS 5000)
145- _GLOB(TS_GLOB_TEST_FILES $TS_GLOB_TESTS RESTRICTIONS MAX_MATCHES 10000 MAX_WATCH_DIRS 5000)
145+ _GLOB(TS_GLOB_TEST_FILES $TS_GLOB_TESTS EXCLUDE $TS_EXCLUDE_DIR_GLOB RESTRICTIONS MAX_MATCHES 10000 MAX_WATCH_DIRS 5000)
146146
147147 _GLOB(_TS_LINT_SRCS_VALUE **/*.(ts|tsx|js|jsx) EXCLUDE $TS_EXCLUDE_DIR_GLOB $TS_COMMON_OUTDIR_GLOB $TS_GLOB_EXCLUDE_ADDITIONAL RESTRICTIONS MAX_MATCHES 10000 MAX_WATCH_DIRS 5000)
148148
You can’t perform that action at this time.
0 commit comments