Unit tests to explore new functionality in ECMAScript 6.
To install all dependencies, including Jasmine and ESLint:
$ npm install
To run all tests (found in /spec
):
$ npm test
NOTE: ESLint will be run before all unit tests to catch syntax errors first.