From c5b594e3517952865d289fb9c7953f96bf84ef75 Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Sat, 8 Sep 2018 18:18:15 -0700 Subject: [PATCH] docs(bazel): add info on options for nodejs_test rule (#25877) PR Close #25877 --- docs/BAZEL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/BAZEL.md b/docs/BAZEL.md index b10552f6fa..d72c3e554c 100644 --- a/docs/BAZEL.md +++ b/docs/BAZEL.md @@ -75,6 +75,7 @@ If you're experiencing problems with seemingly unrelated tests failing, it may b See also: [`//tools/bazel.rc`](https://github.com/angular/angular/blob/master/tools/bazel.rc) where `--define=ivy=false` is defined as default. - `--config=debug`: build and launch in debug mode (see [debugging](#debugging) instructions below) +- `--test_arg=--node_options=--inspect=9228`: change the inspector port. - `--define=compile=