|
@@ -32,7 +32,7 @@ module TS_TEST_JEST_FOR: _TS_TEST_BASE {
|
|
|
.CMD=TS_TEST_JEST_CMD
|
|
|
|
|
|
# for multimodule peers we should choose NODE_MODULES
|
|
|
- SET(PEERDIR_TAGS TS)
|
|
|
+ SET(PEERDIR_TAGS TS TS_PROTO)
|
|
|
|
|
|
# compatibility with old TS_TEST_SRCS
|
|
|
SET(TS_TEST_EXTENSION test.(ts|tsx|js|jsx))
|
|
@@ -46,7 +46,7 @@ module TS_TEST_JEST_FOR: _TS_TEST_BASE {
|
|
|
_TS_ADD_NODE_MODULES_FOR_BUILDER()
|
|
|
}
|
|
|
|
|
|
-TS_TEST_HERMIONE_CMD=$TOUCH_UNIT \
|
|
|
+TS_TEST_HERMIONE_CMD=$TOUCH_UNIT ${hide:PEERS} \
|
|
|
&& ${cwd:BINDIR} $MOVE_FILE ${input:TS_TEST_NM} ${output:"workspace_node_modules.tar"} \
|
|
|
${hide;kv:"p TSHRM"} ${hide;kv:"pc magenta"}
|
|
|
|
|
@@ -67,7 +67,7 @@ module TS_TEST_HERMIONE_FOR: _TS_TEST_BASE {
|
|
|
.CMD=TS_TEST_HERMIONE_CMD
|
|
|
|
|
|
# for multimodule peers we should choose TS
|
|
|
- SET(PEERDIR_TAGS TS)
|
|
|
+ SET(PEERDIR_TAGS TS TS_PROTO)
|
|
|
|
|
|
# compatibility with old TS_TEST_SRCS
|
|
|
SET(TS_TEST_EXTENSION hermione.(ts|js))
|
|
@@ -101,7 +101,7 @@ module TS_TEST_PLAYWRIGHT_FOR: _TS_TEST_BASE {
|
|
|
.CMD=TS_TEST_PLAYWRIGHT_CMD
|
|
|
|
|
|
# for multimodule peers we should choose TS
|
|
|
- SET(PEERDIR_TAGS TS)
|
|
|
+ SET(PEERDIR_TAGS TS TS_PROTO)
|
|
|
|
|
|
# compatibility with old TS_TEST_SRCS
|
|
|
SET(TS_TEST_EXTENSION (playwright|spec).(ts|js))
|
|
@@ -134,7 +134,7 @@ module TS_TEST_PLAYWRIGHT_LARGE_FOR: _TS_TEST_BASE {
|
|
|
.CMD=TS_TEST_PLAYWRIGHT_LARGE_CMD
|
|
|
|
|
|
# for multimodule peers we should choose TS
|
|
|
- SET(PEERDIR_TAGS TS)
|
|
|
+ SET(PEERDIR_TAGS TS TS_PROTO)
|
|
|
|
|
|
# compatibility with old TS_TEST_SRCS
|
|
|
SET(TS_TEST_EXTENSION (playwright|spec).(ts|js))
|