Writing Jasmine Unit Tests in ES6 JavaScript

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.

Similar

The Reflect API of ES6

Reflection in a programming language is the act of inspecting, dynamically calling, and modifying classes, objects, properties, and methods. In other words, reflection is the ability of the program…...

Read more »