diff options
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/ts/ts_test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/ts/ts_test.conf b/build/conf/ts/ts_test.conf index c468139336..79f3d79bf2 100644 --- a/build/conf/ts/ts_test.conf +++ b/build/conf/ts/ts_test.conf @@ -35,7 +35,7 @@ module TS_TEST_JEST_FOR: _TS_TEST_BASE { SET(PEERDIR_TAGS TS TS_PROTO TS_PROTO_FROM_SCHEMA) # compatibility with old TS_TEST_SRCS - SET(TS_TEST_EXTENSION test.(ts|tsx|js|jsx)) + SET(TS_TEST_EXTENSION (test|spec).(ts|tsx|mts|cts|js|jsx|mjs|cjs)) SET(TS_TEST_EXTRA_SRCS_MASK /**/__mocks__/*) # nots.py will decide if we need to depend on the testing target module output |