Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Update step_02.ngdoc #8386

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ to ensure that Karma and its necessary plugins are installed. You can do this by
To run the tests, and then watch the files for changes: `npm test`.

* Karma will start a new instance of Chrome browser automatically. Just ignore it and let it run in
the background. Karma will use this browser for test execution.
the background. Karma will use this browser for test execution. Make sure you don't minimize the browser that Karma opened.
On some OS, memory assigned to a minimized browser is limited, which results in your karma test running extremely slow,
* You should see the following or similar output in the terminal:

<pre>
Expand Down