-1

Can anyone suggest me javascript testing framework which can be run from command line and result are in console ? I am new to node.ja and javascript, I tried with jasmine but it is hard to run from commadn line.

PaolaJ.
  • 10,872
  • 22
  • 73
  • 111

2 Answers2

1

I've always been a fan of jasmine but if you are looking for something with command line you could try BusterJs or Karma!

EDIT:

Also see this answer

Community
  • 1
  • 1
Bryce Easley
  • 4,811
  • 2
  • 20
  • 22
1

I am very happy with Karma + Mocha + Chai + Sinon

It sounds like a lot, but they are nice pieces that fit together

joe sepi
  • 579
  • 1
  • 4
  • 9