|
@@ -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
|