docs(DEVELOPER.md): add a clearer explanation about Windows symlinks issue. (#7886)

add a clearer explanation about Windows symlinks issue.
This commit is contained in:
kurthong 2016-05-21 07:34:59 +09:00 committed by Miško Hevery
parent 2bf21e1747
commit ac6959c819
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ Karma is run against the new output.
much easier to debug. `xit` and `xdescribe` can also be useful to exclude a test and a group of
tests respectively.
**Note**: **watch mode** needs symlinks to work, so if you're using windows, ensure you have the
rights to built them in your operating system.
**Note**: **watch mode** needs symlinks to work, so if you're using Windows, ensure you have the
rights to built them in your operating system. On Windows, only administrators can create symbolic links by default, but you may change the policy. (see [here](https://technet.microsoft.com/library/cc766301.aspx?f=255&MSPPError=-2147217396).)
### Unit tests with Sauce Labs or Browser Stack