/karma-seed

Primary LanguageJavaScript

karma-seed - the seed for projects using the Karma testing tool

A basic seed app for new projects using Karma for testing. Contains some opinionated config settings such as:

  • uses Istanbul for coverage
  • uses PhantomJS as default development browser

Useful Features

  • Ability to switch config based on process.env.NODE_ENV value.

Blog Post

Accompanying Blog Post can be found at: Karma Tutorial - Unit Testing JavaScript