Skip to content

Commit df9aae6

Browse files
filipesilvadevCrossNet
authored andcommitted
chore(readme): add warning about test (angular#991)
1 parent 433484b commit df9aae6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
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)