You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: fix unit test local target being killed by ibazel watcher
Currently when trying to debug a unit test locally using
the Bazel `_local` target for web tests, the Karma instance
is getting killed (if the test runs without ibazel) due to
the Karma iBazel watcher being registered accidentally.
We fixed this in the past by disabling the watcher, but
the Karma NodeJS rules have changed and we need to adjust
our monkey-patch so that the watcher is not registered.
0 commit comments