e2e tests only work with Babel 5 (not 6)

Source: https://groups.google.com/d/msg/taigaio/kp2cofaI_rI/6mVNTpOxBAAJ
stable
Daniel Jonsson 2015-11-10 14:42:54 +01:00 committed by Juanfran
parent 394344973d
commit 67476c3c04
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
``` ```