Greg Magolan
Greg Magolan
We're using Nest at https://trellis.org with an Angular front-end. Love having a common language on the client-side and server-side.
It will not. It looks like 6.0 is where they will land. Relevant issue to follow the progress is this one https://github.com/bazelbuild/bazel/issues/10298.
https://github.com/bazelbuild/bazel/pull/16272 is landed on master https://github.com/bazelbuild/bazel/commit/d834905a158d253e837597175f4905e23266d0c7
e2e test failure?
cc @alexeagle @jondlm @sushain97
Sounds like something we could do. jest_test in [rules_jest](https://github.com/aspect-build/rules_jest) could get a feature to enable jest coverage. @thesayyn wdyt?
+1 to adding an easy opt-out to js_test for use cases like this
seems like we need an opt-out from the automatic switch to bin dir. perhaps a J`S_BINARY__RUN_FROM_EXECROOT` env that can be set for the cases where you have to go manual...
instead of `chdir = "../../../"` you could also set the env `BAZEL_BIN` to `.`
that might be a bit cleaner