Skip to content

Commit 38678cb

Browse files
Andrew-Fampetebacondarwin
authored andcommitted
docs(tutorial/step-2): warn reader not to minimise browser that Karma's running on
Closes angular#8386
1 parent e5c6b70 commit 38678cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/tutorial/step_02.ngdoc

+5
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,11 @@ To run the tests, and then watch the files for changes: `npm test`.
210210
* To rerun the tests, just change any of the source or test .js files. Karma will notice the change
211211
and will rerun the tests for you. Now isn't that sweet?
212212

213+
<div class="alert alert-info">
214+
Make sure you don't minimize the browser that Karma opened. On some OS, memory assigned to a minimized
215+
browser is limited, which results in your karma tests running extremely slow.
216+
</div>
217+
213218
# Experiments
214219

215220
* Add another binding to `index.html`. For example:

0 commit comments

Comments
 (0)