Previously I showed how to write application code using ES6, but wouldn't it be nice to use ES6 when writing unit tests as well? In the following post I will demonstrate how to write Jasmine tests using ES6 syntax. Setting up the test environment is fairly easy, but to move things along I've included my sample package.json configuration package.json { "scripts": { "tests": "karma start" }, "devDep