Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 458 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 458 Bytes

jest-test-repro

A lab environment for reproducing unexpected behavior in rules_nodejs.

Issue

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

Question

Why does bazel test ... fail, when ts_greet_test.sh succeeds?