/jstdd-skeleton

Skeleton for doing Javascript kata tdd

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Javascript TDD Framework

Based on :

  • karmajs
  • webpack
  • mocha
  • specrunner

Utils:

  • event dispatcher - message passsing pattern

To run:

karma start

To Write new test:

  • add your test files in /test
  • follow helloWorldTest.js example

Html Reports

To Instal

  • npm install
  • npm install -g karma-cli