Bug 1407367 - Update doc that ui unit tests are not to be run within a VM

This commit is contained in:
Kiki 2017-10-10 13:08:03 -07:00 коммит произвёл Cameron Dawson
Родитель 55ad96672b
Коммит 070a94d16b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -100,7 +100,7 @@ To run eslint by itself, you may run the lint task:
Running the unit tests
======================
The unit tests for the UI are run with Karma_ and Jasmine_. React components are tested with enzyme_. To run the tests:
The unit tests for the UI are run with Karma_ and Jasmine_. React components are tested with enzyme_. At this time, these tests cannot be run inside of a Vagrant VM. To run the tests:
* If you haven't already done so, install local dependencies by running ``yarn install --no-bin-links`` from the project root.
* Then run the following command to execute the tests: