Skip to content

sharpspring/jest-test-repro

Repository files navigation

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?

About

Jest issue reproduction lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published