diff options
author | zaverden <zaverden@yandex-team.com> | 2024-12-23 20:00:59 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-12-23 20:36:40 +0300 |
commit | 8f060c9c954d9159c92baafcc0466fef6680c399 (patch) | |
tree | 94bd68d236e4aa808ba71241ef3acddbae004f06 | |
parent | 68dadf64c3c42cfaeca764dc4ffce58ccff103b1 (diff) | |
download | ydb-8f060c9c954d9159c92baafcc0466fef6680c399.tar.gz |
feat(TS_TEST_JEST_FOR): cover spec files and mts|cts|mjs|cjs extensions
commit_hash:db0db2fd9e8f55c381b6249ad4ef7ec5c700afdc
-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 |