Open zxcabs opened 12 years ago
Yes, this problem came after upgrading to node 0.6.1, it wasn't there before that. The same version was running fine with node 0.4.2.
And so, what can me do? Return to node v0.4.x or waiting fix?
Ant idea when expresso will support node 0.6?
I'm adding a plus one to this, I really would like to be able to write more than one assert.response for a given test.
Any news?
I would say, switch to mocha... that is what I did.
There is no assert.response in mocha, but you can include a http library that will do the same thing. I can send you a gist if want to see how I did it.
Thank you for your advice - I will be grateful for gist.
That's my solution - pretty fast switching! https://gist.github.com/3024952
node v0.6.1 expresso v0.9.2
Hi, How i can do second request using data from first response?
For example, on expresso v0.8.1, i can do this as:
But, on expresso v0.9.2 this code drop error:
So, how can i do it?