Skip to content

simple example use of karma, jasmine, sinon, and babel

Notifications You must be signed in to change notification settings

kurtlogan/karma-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma example

Example usage of Karma test running utilising Jasmine, Sinon and Babel

Installation

Prerequisites

  • Node v4.4.7+
  • NPM 4.1.1+

Install all dependencies

npm install

Usage

  • Spec files are create in the ./tests folder
  • Code files are created in the ./js folder

Run Karma

karma start

About

simple example use of karma, jasmine, sinon, and babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published