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:
parent
2bf21e1747
commit
ac6959c819
|
@ -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
|
much easier to debug. `xit` and `xdescribe` can also be useful to exclude a test and a group of
|
||||||
tests respectively.
|
tests respectively.
|
||||||
|
|
||||||
**Note**: **watch mode** needs symlinks to work, so if you're using windows, ensure you have the
|
**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.
|
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
|
### Unit tests with Sauce Labs or Browser Stack
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue