Skip to content

dannyhuly/coffeescript-unittest-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published