Skip to content
Mental Arena edited this page May 13, 2016 · 10 revisions

es6-framework

Introduction

The purpose of this framework is to provide a baseline for developing es6 based code. This baseline includes:

  1. A full set of gulp scripts for: 1.1. Testing 1.2. Building 1.3. Auditing code 1.4. Publishing 1.5. Cleaning the structure

Testing.

Testing is performed using Mocha, Chai and Karma. To run the tests you use the following command: npm test This will run the test and provide code coverage. Coverage details can be seen in the coverage folder that is created.

Clone this wiki locally