Skip to content

Commit be4a5da

Browse files
filipesilvahansl
authored andcommitted
chore(readme): add warning about test (angular#991)
1 parent 657a87a commit be4a5da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ Tests will execute after a build is executed via [Karma](http://karma-runner.git
141141
If run with the watch argument `--watch` (shorthand `-w`) builds will run when source files have changed
142142
and tests will run after each successful build
143143

144+
**WARNING:** On Windows, `ng test` is hitting a file descriptor limit (see https://github.com/angular/angular-cli/issues/977).
145+
The solution for now is to instead run `ng serve` and `ng test --build=false` in separate console windows.
146+
144147

145148
### Running end-to-end tests
146149

0 commit comments

Comments
 (0)