Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: fix jasmine_node_test on Windows with TW
Fix the jasmine_node_test() rule on Windows when tested with Bazel's Windows-native test wrapper (see bazelbuild/bazel#5508). jasmine_node_test now uses nodejs_test_macro, so on Windows it depends on the sh_test (whose output is an .exe file) and not on nodejs_test (whose output is a .sh file). The native test wrapper can't test nodejs_test directly because it can't create a subprocess for an .sh file.
- Loading branch information