jspec

JSpec no longer supported?

陌路散爱 提交于 2019-12-14 01:20:09
问题 Coming from the Ruby community I'm looking for a BDD-testing framework for Javascript/Node.js. I was JSpec and thought it would be the right choice because I used RSpec in Ruby. But on their GitHub page http://github.com/visionmedia/jspec it says it's no longer supported. They are abandoning this project? Does this mean I shouldn't use it since it's not being maintained anylonger? 回答1: I'd recommend you take a look at either: Jasmine and Jasmine-species or Vows.js and Kyuri Alternatively