A collection of test cases that demonstrate ES6 features.
This project was created to serve as a repository of test cases that demonstrate the new features introduced in ES6.
All the test cases were created using the test framework Mocha and the library Chai.
$ git clone https://github.com/wellingtonsampaio/es6-testing.git
$ cd es6-testing
$ npm install
$ npm test
This project is licensed under the terms of the MIT license.