Running nodejs_test
with a output from ts_library
fails when using TSX
#1351
Labels
nodejs_test
with a output from ts_library
fails when using TSX
#1351
🐞 bug report
Affected Rule
The issue is caused by the rule:nodejs_test
using output fromts_library
Is this a regression?
Not sure, probably not.
Description
I want to compile TSX files into JS for executing tests in NodeJS. Using the output from
ts_library
as input tonodejs_test
. What is interesting is that if the file was just.ts
instead of.tsx
then the test would properly find the file.🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules version (SHA):
Anything else relevant?
The text was updated successfully, but these errors were encountered: