We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657a87a commit be4a5daCopy full SHA for be4a5da
README.md
@@ -141,6 +141,9 @@ Tests will execute after a build is executed via [Karma](http://karma-runner.git
141
If run with the watch argument `--watch` (shorthand `-w`) builds will run when source files have changed
142
and tests will run after each successful build
143
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
+
147
148
### Running end-to-end tests
149
0 commit comments