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.
You can use supertest with jasmine but you'll just need to manually pass errors. An issue on GitHub project was opened about this a while ago.
https://github.com/jasmine/jasmine-npm/issues/31