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
* Run subset of tests: `node tests/legacy-cli/run_e2e.js tests/legacy-cli/e2e/tests/i18n/ivy-localize-*`
128
+
* Run a subset of the tests: `node tests/legacy-cli/run_e2e.js tests/legacy-cli/e2e/tests/i18n/ivy-localize-*`
127
129
128
-
When running the debug commands, Node will stop and wait for a debugger to
129
-
attach. You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also see [IDE Specific Usage](#ide-specific-usage) for a
130
+
When running the debug commands, Node will stop and wait for a debugger to attach.
131
+
You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also, see [IDE Specific Usage](#ide-specific-usage) for a
130
132
simpler debug story.
131
133
132
134
When debugging a specific test, change `describe()` or `it()` to `fdescribe()`
* Run subset of tests: `node tests/legacy-cli/run_e2e.js tests/legacy-cli/e2e/tests/i18n/ivy-localize-*`
136
+
* Run a subset of the tests: `node tests/legacy-cli/run_e2e.js tests/legacy-cli/e2e/tests/i18n/ivy-localize-*`
135
137
136
-
When running the debug commands, Node will stop and wait for a debugger to
137
-
attach. You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also see [IDE Specific Usage](#ide-specific-usage) for a
138
+
When running the debug commands, Node will stop and wait for a debugger to attach.
139
+
You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also, see [IDE Specific Usage](#ide-specific-usage) for a
138
140
simpler debug story.
139
141
140
142
When debugging a specific test, change `describe()` or `it()` to `fdescribe()`
0 commit comments