A lab environment for reproducing unexpected behavior in rules_nodejs.
The following succeed:
bazel build ...
bazel run //ts/svc/hw
cd bazel-bin/ts/lib/greet && ./ts_greet_test.sh
However, this fails:
bazel test ...
Why does bazel test ...
fail, when ts_greet_test.sh
succeeds?