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
I was able to resolve this issue by adding this block of code at the top of each file.js that accused the error
/*jshint esversion: 6 */
Example: