Merge pull request #724 from taigaio/matachi-babel-version

e2e tests only work with Babel 5 (not 6)
stable
Juanfran 2015-11-13 10:17:25 +01:00
commit dcc1fd3564
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ If you want to run e2e tests
``` ```
npm install -g protractor npm install -g protractor
npm install -g mocha npm install -g mocha
npm install -g babel npm install -g babel@5
webdriver-manager update webdriver-manager update
``` ```