javascript - Testing Reactjs without node? -
i'm building app using backbone , react within of rails app. saw recommended test packages (jest, jasmine, etc) node based. know, can node on rails project i'd prefer not to.
is there way test jest without node? or there bundle isn't based on node works react.
many test frameworks have browser based test runners, if you're willing give command line based testing can this. jasmine , mocha both allow this.
node.js de facto platform web development tools (ruby beingness sec popular). consider adopting dependency, or you'll fighting uphill battle.
javascript ruby-on-rails node.js backbone.js reactjs
No comments:
Post a Comment