Use jasmine to test Express.js

前端 未结 6 595
庸人自扰
庸人自扰 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:47

    You can try using supertest-as-promised with Jasmine. It is working for me: https://github.com/WhoopInc/supertest-as-promised

    Here are some examples:

提交回复
热议问题