Use jasmine to test Express.js

前端 未结 6 639
庸人自扰
庸人自扰 2021-02-04 01:06

I am learning Node.js and Express framework. I am a big fan of jasmine. So I want to use jasmine whenever I can, however, I can\'t find a good way testing Express with jasmine.

6条回答
  •  忘了有多久
    2021-02-04 01:29

    Jasmine-node makes it easy to use jasmine with node.js. There are some examples on their site. Another example can be found from http://blog.drewolson.org/post/14684497867/ web.archive.org

提交回复
热议问题