Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.1 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.1 KB

JavaScript testing environments

Different JavaScript testing environments, ready to use, with very simple examples.

Jasmine

Jasmine

  • Version 1.14.3
  • Client-Side testing open jasmine/index.html
  • Server-Side testing jasmine-node jasmine/specs/jasmineNode.spec.js

Mocha

Mocha

  • Version 1.3.0
  • Client-Side testing open mocha/index.html
  • Server-Side testing mocha mocha/test.js

SlimerJS

SlimerJS

  • Version 0.8.4
  • node_modules/slimerjs/src/slimerjs slimerjs/test.js

QUnit

QUnit

  • Version 1.11

Sinon

Sinon

  • Version 1.3.2

Zombie

Zombie.js

  • Version 2.5.1
  • node zombie/test.js

JavaScript assertion libraries

Assert

Assert

Chai

Chai

Must

Must.js

Unexpected

Unexpected

Feedback

Star this repo if you found it useful. Use the github issue tracker to give feedback on this repo.