Closed rzhw closed 4 years ago
Currently the continuous integration only runs blaze test //..., which doesn't run the Jest tests.
blaze test //...
We should add Jest to CI, as separate CI command(s) to run and/or as extra Bazel test target(s).
IMO decoupling this from Bazel as much as possible is a good idea.
Currently the continuous integration only runs
blaze test //...
, which doesn't run the Jest tests.We should add Jest to CI, as separate CI command(s) to run and/or as extra Bazel test target(s).