Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 548 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 548 Bytes

coffeescript-unittest-poc

Installation

In the project root directory run the following commands:

$ npm install

Test

In the project root directory run the following commands:

DEV

$ karma start

the default karma configuration (see karma.conf.js) is set to support development env. This configuration will support debugging and auto relood files

CI

$ karma start --single-run --browsers PhantomJS2

The CI command overwrites the dev configuration with the PhantomJS2 browser and a single-run.