Currently I\'m running my tests with protractor/grunt but I\'m getting the follow error message:
\'arrow function syntax (=>)\' is only available in ES6 (use
Add the following into your package.json:
package.json
"jshintConfig": { "esversion": 6 }