Commit 9a6930a
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.
(cherry picked from commit 384ce51)1 parent b055ac7 commit 9a6930a
1 file changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments