Skip to content

Commit a4e4c79

Browse files
committed
Add excluded dirs for TS tests
Add excluded dirs for TS tests commit_hash:69fdd16936faab025a8e352da9fdc90503717d40
1 parent 28f6c18 commit a4e4c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/conf/ts/ts.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)