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
## Motivation for features / changes
Fix a typo `ibazle` to `ibazel`
## Technical description of changes
Fix a typo `ibazle` to `ibazel`
## Screenshots of UI changes (or N/A)
N/A
## Detailed steps to verify changes work correctly (as executed by you)
N/A
## Alternate designs / implementations considered (or N/A)
N/A
Here is a short summary of the various commands and their primary function. Please see below for more details. We recommand using `ibazle test` for regular work and `bazel run` for deep dive debugging.
172
+
Here is a short summary of the various commands and their primary function. Please see below for more details. We recommand using `ibazel test` for regular work and `bazel run` for deep dive debugging.
173
173
174
174
-`bazel test/run`: runs tests once and done.
175
175
-`ibazel test`: supports file watching.
176
-
-`ibazle run`: provides karma console breakpoint debugging; does not support file watching.
176
+
-`ibazel run`: provides karma console breakpoint debugging; does not support file watching.
177
177
- Both `ibazel test` and `ibazel run` supports `console.log` and `fit/fdescribe`, which are used to narrow down the test amount.
178
178
179
179
1. Just run all webapp tests. The job stops after finished. `console.log` is not
0 commit comments