Closed joan-i closed 10 years ago
I started seeing above error with existing mocha test. This used to work: var callback = function (err, result) { result.should.have.status(200); }
Any idea why it stopped working? Should module which gets pulled in is version 4.0.0
You need to install also should-http. In 4.x i moved all non core staff in own repos.
should-http
Also use new repo location to create issues, i will close this one, if you have issues open in new repo.
I started seeing above error with existing mocha test. This used to work: var callback = function (err, result) { result.should.have.status(200); }
Any idea why it stopped working? Should module which gets pulled in is version 4.0.0