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

Commit d8f94d1

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

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)