From e9012e72d5d731ec4faa605d961833a2fbae9ec6 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Fri, 3 Jun 2016 00:12:31 +0100 Subject: [PATCH] chore(readme): add warning about test --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 92ae7e10b6d9..a124c8ac5b14 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,9 @@ Tests will execute after a build is executed via [Karma](http://karma-runner.git If run with the watch argument `--watch` (shorthand `-w`) builds will run when source files have changed and tests will run after each successful build +**WARNING:** On Windows, `ng test` is hitting a file descriptor limit (see https://github.com/angular/angular-cli/issues/977). +The solution for now is to instead run `ng serve` and `ng test --build=false` in separate console windows. + ### Running end-to-end tests