Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 312 Bytes

es6tests

Unit tests to explore new functionality in ECMAScript 6.

Installation

To install all dependencies, including Jasmine and ESLint:

$ npm install

Usage

To run all tests (found in /spec):

$ npm test

NOTE: ESLint will be run before all unit tests to catch syntax errors first.